Change to gulpfile.js
This commit is contained in:
parent
bfeb0a69e6
commit
011bc69d9f
12 changed files with 103 additions and 102 deletions
|
@ -1,8 +0,0 @@
|
|||
gulp = require 'gulp'
|
||||
|
||||
gulp.task 'watch', ->
|
||||
gulp.plugins.refresh.listen()
|
||||
|
||||
gulp.watch gulp.config.sassPattern, ['styles']
|
||||
gulp.watch gulp.config.assetsDir + gulp.config.jsPattern, ['scripts']
|
||||
gulp.watch gulp.config.assetsDir + '/images/**/*', ['copy-images']
|
Loading…
Add table
Add a link
Reference in a new issue