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

Does not build on Windows #663

Closed
0x263b opened this issue Apr 10, 2017 · 1 comment
Closed

Does not build on Windows #663

0x263b opened this issue Apr 10, 2017 · 1 comment

Comments

@0x263b
Copy link

0x263b commented Apr 10, 2017

Description

Running npm run build does not work on Windows due to not being able to execute "build-clean": "rm -rf css". (It would need to be rmdir css) And making a Windows specific script is not an option.

Steps to Reproduce

npm run build in Windows

Expected behavior

Generates css/bulma.css

Actual behavior

> bulma@0.4.0 build-clean D:\Code\bulma-0.4.0
> rm -rf css

'rm' is not recognized as an internal or external command,
operable program or batch file.

Possible solution

As far as I can tell it's unnecessary to delete the css directory before hand. Removing npm run build-clean from the build script fixes the issue.

@jgthms
Copy link
Owner

jgthms commented Apr 11, 2017

Try the master branch. It uses rimraf now.

@jgthms jgthms closed this as completed Apr 11, 2017
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