better dragging flow

This commit is contained in:
lavrton
2015-06-02 08:14:54 +07:00
parent e990e3c9e9
commit c2d9b1d436
12 changed files with 209 additions and 222 deletions

View File

@@ -152,7 +152,7 @@ gulp.task('api', function() {
});
gulp.task('watch', function() {
gulp.watch(['src2/**/*.ts'], ['dev-build']);
gulp.watch(['src/**/*.js'], ['dev-build']);
});