Moves static into webapp
This commit is contained in:
@@ -16,5 +16,5 @@ gulp.task('test', function() {
|
||||
|
||||
|
||||
gulp.task('autotest', function() {
|
||||
return gulp.watch(['static/js/**/*.js','test/specs/*.js'], ['test']);
|
||||
return gulp.watch(['webapp/js/**/*.js','test/specs/*.js'], ['test']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user