mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 07:28:35 +02:00
feat: Gulpfile update
This commit is contained in:
parent
4a07d70927
commit
efeee39973
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ var watching = function() {
|
||||||
'__tests__/git.spec.js',
|
'__tests__/git.spec.js',
|
||||||
'src/js/**/*.js',
|
'src/js/**/*.js',
|
||||||
'src/js/**/**/*.js',
|
'src/js/**/**/*.js',
|
||||||
|
'src/js/**/*.jsx',
|
||||||
'src/levels/**/*.js'
|
'src/levels/**/*.js'
|
||||||
], series([fastBuild , jasmine, jshint, lintStrings]));
|
], series([fastBuild , jasmine, jshint, lintStrings]));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue