Skip to content

Commit 67df54a

Browse files
committed
Merge remote-tracking branch 'origin/markup'
2 parents 7589671 + 67e82e2 commit 67df54a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/sprites/.gitkeep

Whitespace-only changes.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gulp.task('watch', ['sprite', 'stylus'], function(neverCalled) {
4444
fse.ensureDirSync('www/js');
4545
gp.dirSync('app/js', 'www/js');
4646

47-
gulp.watch("app/**/*.sprite/**", ['sprite']);
47+
gulp.watch("app/**/*.sprites/**", ['sprite']);
4848
gulp.watch("app/**/*.styl", ['stylus']);
4949

5050
gulp.watch(serverSources, ['link-modules']);

0 commit comments

Comments
 (0)