mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-24 15:08:37 +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',
|
||||
'src/js/**/*.js',
|
||||
'src/js/**/**/*.js',
|
||||
'src/js/**/*.jsx',
|
||||
'src/levels/**/*.js'
|
||||
], series([fastBuild , jasmine, jshint, lintStrings]));
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue