Skip to content

Commit

Permalink
Watch all important files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Nov 7, 2015
1 parent 7059e54 commit 0c3194d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,18 @@ gulp.task('package', ['build'], function (done) {
});

gulp.task('dev', ['sync'], function (done) {
gulp.watch(['package.json', 'index.js', 'public/**/*'], ['sync', 'lint']);
gulp.watch([
'index.js',
'node_modules',
'public/**/*',
'bower_components',
'fit_functions/*',
'handlers/**/*',
'init.js',
'lib/**/*',
'routes/**/*',
'series_functions/**/*',
'timelion.json'
], ['sync', 'lint']);
});

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timelion",
"version": "0.1.2",
"version": "0.1.3",
"dependencies": {
"body-parser": "^1.12.0",
"boom": "^2.8.0",
Expand Down

0 comments on commit 0c3194d

Please sign in to comment.