-
Notifications
You must be signed in to change notification settings - Fork 67
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
Feature/webpack #59
Feature/webpack #59
Conversation
convert css to less
Feature/start on view
Update readme to include full list of options
@chris--jones thanks a lot for this one, it's super neat! Just one remark from my side. Having said that, could we please fix the conflicts on this PR? Hope that doesn't create much struggle and I need to repeat: your work is great! |
@chris--jones in addition, here are my comments on your points:
|
add browserslist config to package.json add environment configs to webpack build scripts
convert css to less
add browserslist config to package.json add environment configs to webpack build scripts
…nto feature/webpack
rename bundle js (back to percircle.js) add npmignore to minimise npm package size
Ok, I've added the vendor prefixes, rtl support and minification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks a lot for this one @chris--jones , that's a cool makeover of percircle! Thanks again 🎉 |
@chris--jones just a small point, but it's a bit flaky on development mode: I believe the resolution of that fix depends on our plans to migrate to react.js . |
Oh sorry, I saw this and immediately knew what it was - I renamed the bundle javascript to test the npm packaging and forgot to check in the updated index.html. <script src="./percircle.bundle.js"></script> should be <script src="./percircle.js"></script> PR incoming... |
This is to address #35 , but is also probably a good step towards modernization as suggested in #44 .
Note: I still intend to do some further optimisation on this, but as it requires a big review I figured I'd submit it early.
Some areas of interest/concern are as follows:
TODO: