Moves static into webapp

This commit is contained in:
2016-02-11 14:54:04 +01:00
parent 15974168f5
commit 143274f369
9 changed files with 8 additions and 8 deletions

View File

@@ -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']);
});