From 8d32ab55d7ebb18a00235f5a52ff7aa9a2812573 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 9 Oct 2017 13:42:19 -0400 Subject: fixes #549 --- .DS_Store | Bin 14340 -> 16388 bytes bower.json | 2 +- ionic.config.json | 5 ++++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index 1b2c2ad8..c700b12c 100644 Binary files a/.DS_Store and b/.DS_Store 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" ] } -- cgit v1.2.3