diff options
Diffstat (limited to 'ionic.project')
| -rw-r--r-- | ionic.project | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ionic.project b/ionic.project index f6c258f8..f63d5bbc 100644 --- a/ionic.project +++ b/ionic.project @@ -7,5 +7,13 @@ "browser": "crosswalk", "version": "12.41.296.5" } + ], + "gulpStartupTasks": [ + "sass", + "watch" + ], + "watchPatterns": [ + "www/**/*", + "!www/lib/**/*" ] }
\ No newline at end of file |
