Skip to content

Commit

Permalink
fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
fyockm committed Jun 28, 2014
1 parent 9736e52 commit d6d9711
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/assets.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"core": {
"css": {
"bower_components/build/css/dist.min.css": []
"bower_components/build/css/dist.min.css": [
"packages/*/public/assets/css/*.css"
]
},
"js": {
"bower_components/build/js/dist.min.js": [
Expand All @@ -13,7 +15,8 @@
"bower_components/angular-ui-router/release/angular-ui-router.js",
"bower_components/angular-bootstrap/ui-bootstrap.js",
"bower_components/angular-bootstrap/ui-bootstrap-tpls.js",
"system/public/init.js"
"packages/system/public/init.js",
"packages/*/public/{controllers,routes,services}/*.js"
]
}
}
Expand Down

0 comments on commit d6d9711

Please sign in to comment.