fixed grunt watch:js and removed watch:coffeescript
This commit is contained in:
parent
83ae567b27
commit
cc541f01d7
1 changed files with 1 additions and 4 deletions
|
@ -105,11 +105,8 @@ module.exports = (grunt) ->
|
|||
|
||||
|
||||
watch:
|
||||
coffeescript:
|
||||
files: ['app/**/*.coffee']
|
||||
tasks: 'coffee'
|
||||
js:
|
||||
files: ['app/**/*.js']
|
||||
files: ['app/**/*.coffee']
|
||||
tasks: 'js'
|
||||
css:
|
||||
files: ['../css/*.less']
|
||||
|
|
Loading…
Reference in a new issue