Skip to content

Commit

Permalink
Fixed issue with vendor bower-install path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gion Kunz committed Apr 9, 2014
1 parent 907e132 commit c73201f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"source": "source",
"dist": "dist",
"bowerExclude": [
"bower_components/foundation/css/foundation.css"
"foundation.css",
"es5-shim.js",
"json3.min.js"
]
}
}
2 changes: 1 addition & 1 deletion source/docs/layouts/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<!-- endbuild -->
<![endif]-->

<!-- build:js({.tmp,source}) scripts/vendor.js -->
<!-- build:js(source/bower_components) scripts/vendor.js -->
<!-- bower:js -->
<!-- endbower -->
<!-- endbuild -->
Expand Down

0 comments on commit c73201f

Please sign in to comment.