Skip to content

Commit b37da00

Browse files
committed
Minor things needed to actually build the demo
1 parent 0556410 commit b37da00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/build-demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require.extensions['.html'] = function (module, filename) {
1313

1414
const repoRoot = path.resolve(__dirname, '../');
1515
const demoBuiltRoot = path.join(repoRoot, 'demo-built');
16-
const demoBuilt = path.join(demoBuiltRoot, 'redux-autoform');
16+
const demoBuilt = path.join(demoBuiltRoot, 'redux-autoform-bootstrap-ui');
1717

1818
const licenseSrc = path.join(repoRoot, 'LICENSE');
1919
const licenseDest = path.join(demoBuilt, 'LICENSE');

webpack/webpack.config.demo.prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default {
99

1010
output: {
1111
filename: 'bundle.js',
12-
path: './demo-built/redux-autoform/assets',
13-
publicPath: '/redux-autoform/assets/'
12+
path: './demo-built/redux-autoform-bootstrap-ui/assets',
13+
publicPath: '/redux-autoform-bootstrap-ui/assets/'
1414
},
1515

1616
externals: undefined,

0 commit comments

Comments
 (0)