summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
]
}