Skip to content

Commit

Permalink
Merge pull request #245 from sanemat/chore/remove-coffee
Browse files Browse the repository at this point in the history
Remove coffee
  • Loading branch information
sanemat authored Oct 29, 2019
2 parents 6b70c12 + 68c901d commit 3d1ae71
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 113 deletions.
31 changes: 0 additions & 31 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ module.exports = function (grunt) {
watch: {
options: {
spawn: false
},
coffee: {
files: ['<%= yeoman.app %>/scripts/{,*/}*.coffee'],
tasks: ['coffee:dist']
},
coffeeTest: {
files: ['test/spec/{,*/}*.coffee'],
tasks: ['coffee:test']
}
},
connect: {
Expand Down Expand Up @@ -86,26 +78,6 @@ module.exports = function (grunt) {
}
}
},
coffee: {
dist: {
files: [{
expand: true,
cwd: '<%= yeoman.app %>/scripts',
src: '{,*/}*.coffee',
dest: '.tmp/scripts',
ext: '.js'
}]
},
test: {
files: [{
expand: true,
cwd: 'test/spec',
src: '{,*/}*.coffee',
dest: '.tmp/spec',
ext: '.js'
}]
}
},
imagemin: {
dist: {
files: [{
Expand Down Expand Up @@ -201,13 +173,10 @@ module.exports = function (grunt) {
},
concurrent: {
server: [
'coffee:dist'
],
test: [
'coffee'
],
dist: [
'coffee',
'imagemin',
'svgmin',
'htmlmin'
Expand Down
81 changes: 0 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.0",
Expand Down

0 comments on commit 3d1ae71

Please sign in to comment.