diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-10-09 13:42:19 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-10-09 13:42:19 -0400 |
| commit | 8d32ab55d7ebb18a00235f5a52ff7aa9a2812573 (patch) | |
| tree | ac5984d078f00a69b0c4ae92628ae2d8e3be8aaf | |
| parent | 8fe3b06d40b0c052ba915fb76874e1d02b04c5bb (diff) | |
fixes #549
| -rw-r--r-- | .DS_Store | bin | 14340 -> 16388 bytes | |||
| -rw-r--r-- | bower.json | 2 | ||||
| -rw-r--r-- | ionic.config.json | 5 |
3 files changed, 5 insertions, 2 deletions
| Binary files differ @@ -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" ] } |
