From 5ea5d4d28d63befdce1bd8cd7c0914997424fe89 Mon Sep 17 00:00:00 2001 From: kiswa Date: Thu, 16 Feb 2017 01:03:21 +0000 Subject: [PATCH] Add app and styles tasks --- gulpfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 8f0b8ea..dbc2055 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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'], () => {