diff options
Diffstat (limited to 'ionic.config.json')
| -rw-r--r-- | ionic.config.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ionic.config.json b/ionic.config.json index 9ea31b20..37856ace 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -22,6 +22,8 @@ ], "watchPatterns": [ "www/**/*", - "!www/lib/**/*" - ] + "!www/lib/**/*", + "scss/**/*" + ], + "type": "ionic-angular" } |
