-
Notifications
You must be signed in to change notification settings - Fork 255
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
Grunt based tooling for Aura #284
Comments
We also need to update our existing demo projects and boilerplate to conform to the latest Bower and Grunt. Thanks for putting this together btw. Happy to help on the generator side of things. |
I am truly interested to participate. Please get me in. And also It is strongly related to our interests in: #256 |
Hey mprinc. We'd love to get your help on that ! |
Minus the last point I think that we could define these practices via a canonical example that captures all if them and includes templates. We could probably take one of the existing apps and do this - perhaps the simpler Todo app? |
Here is a really good one I was going to use as my base its already got a yeoman template. https://github.com/abiee/generator-backbone-amd/blob/master/app/templates/Gruntfile.js A couple notes I would also put in dotJS pre-compile and underscore templates. Handlebars and Mustache is super slow, I do not recommend those template engines at all unless you like building super slow applications. I have a template structure I can propose I have been using as well. Its allot more thought out and it involves pre-compiling and automatic template dependency location and injection. We should also add in almond support after requirejs gets repaired on the entire project the first step would be getting rjs optimizer working. All of the AMD wrappers need repair. I will create a ticket for this. |
We need to define best practices / boilerplates for Grunt based tooling for aura apps.
Someone interested in helping ?
The text was updated successfully, but these errors were encountered: