Closed Robert-W closed 9 years ago
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.
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 ther.js
command until she changed it tor.js.cmd
.I will test
r.js.cmd
on Mac and if it works will update the builds and see about an alternative tomkdir -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 thegulp build
andgulp dist
commands.