Fixed typo in Grunt config to watch for the correct .coffee file type
This commit is contained in:
parent
e9a4d85c1d
commit
a83f7e3b0b
@ -44,7 +44,7 @@ module.exports = function(grunt) {
|
||||
}
|
||||
},
|
||||
js: {
|
||||
files: ['assets/scripts/**/*.js'],
|
||||
files: ['assets/scripts/**/*.coffee'],
|
||||
tasks: ['coffee'],
|
||||
options: {
|
||||
atBegin: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user