summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-10-09 13:42:19 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-10-09 13:42:19 -0400
commit8d32ab55d7ebb18a00235f5a52ff7aa9a2812573 (patch)
treeac5984d078f00a69b0c4ae92628ae2d8e3be8aaf
parent8fe3b06d40b0c052ba915fb76874e1d02b04c5bb (diff)
fixes #549
-rw-r--r--.DS_Storebin14340 -> 16388 bytes
-rw-r--r--bower.json2
-rw-r--r--ionic.config.json5
3 files changed, 5 insertions, 2 deletions
diff --git a/.DS_Store b/.DS_Store
index 1b2c2ad8..c700b12c 100644
--- a/.DS_Store
+++ b/.DS_Store
Binary files differ
diff --git a/bower.json b/bower.json
index 2ec4b738..75f5c10b 100644
--- a/bower.json
+++ b/bower.json
@@ -17,7 +17,7 @@
"tests"
],
"devDependencies": {
- "ionic": "driftyco/ionic-bower#1.3.3"
+ "ionic": "driftyco/ionic-bower#1.2.4"
},
"dependencies": {
"angular-animate": "1.4.3",
diff --git a/ionic.config.json b/ionic.config.json
index f6010ffa..e3f9c626 100644
--- a/ionic.config.json
+++ b/ionic.config.json
@@ -7,6 +7,9 @@
"cordova": {}
},
"watchPatterns": [
- "scss/**/*"
+ "scss/**/*",
+ "www/**/*",
+ "!www/lib/**/*",
+ "!www/**/*.map"
]
}