1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00
This commit is contained in:
Aya Morisawa
2016-12-29 09:10:43 +09:00
parent e3ff21577f
commit 9db16fcdaa

View File

@@ -40,10 +40,7 @@ gulp.task('build', [
'build:client'
]);
gulp.task('rebuild', [
'clean',
'build'
]);
gulp.task('rebuild', ['clean', 'build']);
gulp.task('build:js', () =>
gulp.src(['./src/**/*.js', '!./src/web/**/*.js'])