Skip to content

Commit

Permalink
Merge pull request #105 from niftylettuce/hotfix/watch-jade
Browse files Browse the repository at this point in the history
Adding jade reload to gulp watch, 0.2.25
  • Loading branch information
Bruno Bernardino committed Jan 21, 2015
2 parents 4f3e1b4 + 3929827 commit e292445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Expand Up @@ -98,7 +98,8 @@ gulp.task('watch-noapp', [ 'watch-noreload' ], function() {
livereload.listen(settings.liveReload.port);
gulp.watch([
'./assets/public/**/*',
'!./assets/public/**/*.less'
'!./assets/public/**/*.less',
'./app/views/**/*.jade'
], notifyLiveReload);
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eskimo",
"version": "0.2.24",
"version": "0.2.25",
"description": "Eskimo helps you to rapidly build Node powered API's, online stores, and apps in general (known as \"igloos\").",
"main": "./app.js",
"bin": {
Expand Down

0 comments on commit e292445

Please sign in to comment.