From 0f752e56c1afd8327edbf489f75b280fd66faefd Mon Sep 17 00:00:00 2001 From: Alsastre Date: Mon, 15 Jan 2018 23:39:15 +0100 Subject: [PATCH] Missing ; to follow rest of the file --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 967b410..908a310 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -31,7 +31,7 @@ var paths = { destTemplates: './www/templates/' }; -gulp.task('ionic:watch:before', ['watch']) +gulp.task('ionic:watch:before', ['watch']); gulp.task('default', ['sass', 'index', 'scripts', 'styles', 'templates', 'images', 'lib']);