Add app and styles tasks

This commit is contained in:
kiswa 2017-02-16 01:03:21 +00:00
parent 7966786572
commit 5ea5d4d28d

View File

@ -172,6 +172,10 @@ gulp.task('api', () => {
.pipe(gulp.dest('dist/api/'));
});
gulp.task('app', ['html', 'system-build', 'ts-lint']);
gulp.task('styles', ['html', 'scss-lint', 'scss']);
gulp.task('test', ['coverage', 'test-api']);
gulp.task('test-app', ['tsc'], () => {