Skip to content

Commit

Permalink
Updated for new 'public folder' structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Jun 12, 2018
1 parent 432d882 commit 70f4afa
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 154 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@
}
],
"require": {
"silverware/silverware": "^1.5"
"silverware/silverware": "^1.8"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"installer-name": "silverware-theme"
"installer-name": "silverware-theme",
"expose": [
"production"
]
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"bootstrap": "^4.0.0",
"bootstrap": "^4.1.1",
"bootstrap-loader": "^2.2.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
Expand Down
2 changes: 1 addition & 1 deletion production/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion production/js/editor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion production/styles/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');

// Define Base:

const BASE = '/themes/silverware-theme';
const BASE = '/resources/themes/silverware-theme';

// Define Paths:

Expand Down
Loading

0 comments on commit 70f4afa

Please sign in to comment.