Skip to content

Commit

Permalink
fixes #549
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Oct 9, 2017
1 parent 8fe3b06 commit 8d32ab5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 4 additions & 1 deletion ionic.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cordova": {}
},
"watchPatterns": [
"scss/**/*"
"scss/**/*",
"www/**/*",
"!www/lib/**/*",
"!www/**/*.map"
]
}

0 comments on commit 8d32ab5

Please sign in to comment.