Skip to content

Commit

Permalink
add .jsx ext to nodemon
Browse files Browse the repository at this point in the history
nodemon will restart when jsx files in common change
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Sep 10, 2015
1 parent 8112702 commit 5f3b57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ gulp.task('serve', function(cb) {
var called = false;
nodemon({
script: paths.server,
ext: '.js .json',
ext: '.jsx .js .json',
ignore: paths.serverIgnore,
exec: path.join(__dirname, 'node_modules/.bin/babel-node'),
env: {
Expand Down

0 comments on commit 5f3b57d

Please sign in to comment.