gulp watch fix

This commit is contained in:
kayone 2014-08-29 21:32:09 -07:00
parent f4b8a636b9
commit 54bdc72ffa
4 changed files with 6 additions and 13 deletions

View file

@ -1,12 +1,4 @@
module.exports = {
js: [
'./app/**/*.js',
'./src/**/*.js',
'!./**/libs/**',
'!./**/vendor/**',
'!./**/templates.js'
],
src: {
root: './src/UI/',
templates: './src/UI/**/*.hbs',