summaryrefslogtreecommitdiff
path: root/ionic.config.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-08-17 14:12:55 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-08-17 14:12:55 -0400
commit659926ea6bd7e4c67740254751d58769d4a4795e (patch)
treeacbe4b7e2b3076ac0c06c9310e72e3d2c3b2ed5e /ionic.config.json
parent3bc7f0d1267c6b7fad4cff392d428f74c123cb50 (diff)
nits
Diffstat (limited to 'ionic.config.json')
-rw-r--r--ionic.config.json6
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"
}