wip(shared): port sleep op

This commit is contained in:
Matteo Pagliazzi
2016-03-15 16:33:44 +01:00
parent f55df39fb7
commit 490c6a9ae1
7 changed files with 50 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ gulp.task('test:common:clean', (cb) => {
});
gulp.task('test:common:watch', ['test:common:clean'], () => {
gulp.watch(['common/script/**', 'test/common/**'], ['test:common:clean']);
gulp.watch(['common/script/**/*', 'test/common/**/*'], ['test:common:clean']);
});
gulp.task('test:common:safe', ['test:prepare:build'], (cb) => {