-
-
Notifications
You must be signed in to change notification settings - Fork 642
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
Build files on build/ folder #517
Comments
Nice 👍 |
Actually I do not want to commit build files directly to the repo. I would rather take an approach similar to what jQuery does. See #508 for details. |
Hey @parasyte, that's a nice approach. I understand that we need a better release strategy but i think this issue is only to give us the opportunity to use this fantastic CDN on our projects. I think by having many options and not just a npm package or a bower package can increase the facility of rapid development and prototyping. From my perspective we can create a script that:
|
@ellisonleao the release strategy will put a zip file on github, and a commit id that contains the fully built (and minimized) js files. But those files won't be committed to the master or dev branches. You should still be able to use the cdn if it allows picking specific commit ids. |
@parasyte Should this one be closed? |
I guess so. It seems #508 will implement the feature "good enough" |
Hey guys, i was wondering why we don't have the build files on the
build/
folder. I am asking this because i've added the melonJS project on jsDelivr and they now have an auto-update feature who checks for updates on the build files from the repo. Perhaps we could add the stablemelon.js
andmelon.min.js
versions on thebuild/
folder so we can use this feature. What do you guys think?The text was updated successfully, but these errors were encountered: