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

Fix build command for Windows #1

Closed
Robert-W opened this issue Aug 28, 2015 · 1 comment
Closed

Fix build command for Windows #1

Robert-W opened this issue Aug 28, 2015 · 1 comment
Assignees

Comments

@Robert-W
Copy link
Owner

running mkdir -p on some windows machines seems to throw an error about the syntax not being correct. And also a fellow dev had no success with the r.js command until she changed it to r.js.cmd.

I will test r.js.cmd on Mac and if it works will update the builds and see about an alternative to mkdir -p if it becomes an issue.

Also not using gulp task babel:polyfill which is needed for older browsers like IE <= 9, so I need to simply add that to the gulp build and gulp dist commands.

@Robert-W Robert-W self-assigned this Aug 28, 2015
@Robert-W
Copy link
Owner Author

Babel-polyfill command has been added.
r.js.cmd fails on Mac, so there is now distWin which uses r.js.cmd and can be used to resolve mkdir issues if necessary. npm start should be fine on windows but is still untested.

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

No branches or pull requests

1 participant