Skip to content

Commit

Permalink
Fix examples + improve development flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Dequeker committed Jan 25, 2015
1 parent 4ae1353 commit 1ddea0b
Show file tree
Hide file tree
Showing 29 changed files with 188 additions and 2,295 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "examples/bower_components"
}
10 changes: 5 additions & 5 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"devel": true,
"jquery": true,
"globals": {
"_": true,
"angular": true,
"module": true,
"require": true,
"IE": true
"_": true,
"angular": true,
"module": true,
"require": true,
"IE": true
}
}
2 changes: 2 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
},
"devDependencies": {
"angular-mocks": ">= 1.2.0",
"angularfire": "~0.8.2",
"bootstrap-css": "~3.2.0",
"jasmine-jquery": "~1.7.0",
"jquery": "~2.1.1"
},
Expand Down
26 changes: 0 additions & 26 deletions demo/bower.json

This file was deleted.

Loading

0 comments on commit 1ddea0b

Please sign in to comment.