Skip to content

Commit

Permalink
Merge pull request #9482 from zurb/update-resource-paths
Browse files Browse the repository at this point in the history
Update resource paths for new dist paths
  • Loading branch information
kball authored Dec 9, 2016
2 parents 0dc8727 + d20b4ed commit f1ed58b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"main": [
"scss/foundation.scss",
"dist/foundation.js"
"dist/js/foundation.js"
],
"ignore": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package.onUse(function(api) {
api.versionsFrom('1.2.1');
api.imply('fourseven:[email protected]');
api.use(['ecmascript', 'jquery', 'fourseven:[email protected]'], 'client');
api.addFiles('dist/foundation.js', 'client');
api.addFiles('dist/js/foundation.js', 'client');
api.addFiles([

'scss/foundation.scss',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"jspm": {
"format": "global",
"shim": {
"dist/foundation": {
"dist/js/foundation": {
"deps": [
"jquery"
]
Expand Down

0 comments on commit f1ed58b

Please sign in to comment.