Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIndows not working, FIXED #46

Closed
madasebrof opened this issue Jan 17, 2017 · 1 comment
Closed

WIndows not working, FIXED #46

madasebrof opened this issue Jan 17, 2017 · 1 comment

Comments

@madasebrof
Copy link

FYI, running Windows 10.

To get this to run on windows, I had to make the following changes to webpack.config.js:

  output: {
    path:       outputPath,
    // filename:   path.join( 'static/js/', outputFilename ),
    filename:   "bundle.js",
    publicPath: '/'
  },

Other than that, nice starting place!

(also looks like bootstrap icon fonts aren't being bundled in the production build for some reason...)

@moarwick
Copy link
Contributor

please try the latest version. the local server/bundler should work fine.

unfortunately, npm run build is not Windows-compatible at the moment. see comments in this PR. for now, you can just remove all the mv commands from the script, then copy the font files into dist/static/css manually..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants