-
Notifications
You must be signed in to change notification settings - Fork 3k
No distro-ready build available #56
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
Comments
I just had the same issue today. Can't agree more. 👍 |
There hasn't been an official release yet as the project is still in alpha. The minified files currently live in the gh-pages branch, I take it that's not suitable? It needs to be in gh-pages to be able to serve the sample app via github pages. I'm finding the need to hand-script all these release process related steps rather tedious... reminds me of Java before Maven came along... |
How about just this ?
The drawback is that the version is not frozen in bower.json, but it does not really matter if you include your dependencies into the repository and deploy your app together with them. The advantage, on the other hand, compared to the manual download, is automatic dependencies updates when you need them. Or do I misunderstand something? |
No "ready to use" minified build in the/a repo means that you can't use bower or npm or even
git submodule
flows to instantly include it in your project without hard linking compiled source. Blegh. This forces one of:(*) Convoluted because if you're using Grunt in your 'master' project, you'll get all kinds of conflicts with the Grunt.js in the submodule/component/node_modules/ etc.
None of these options are awesome.
Recommended, either:
.min.js
version on every releaseThe text was updated successfully, but these errors were encountered: