Skip to content
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 Build task for AuraJS apps #14

Open
Giuliano84 opened this issue Jul 25, 2013 · 0 comments
Open

Grunt Build task for AuraJS apps #14

Giuliano84 opened this issue Jul 25, 2013 · 0 comments

Comments

@Giuliano84
Copy link

I was looking at the Grunfile's build task used to create the final application but it doesnt look aligned with the current Aura architecture.

Grunt task main steps are:

  • concat all .js files from aura_components subfolders in app/scripts/application.js
  • compile all handlebars templates in app/scripts/templates.js
  • uglify togheter the two file mentioned above

What I dont get is how Aura can still load aura_components if it automatically looks for main.js file inside a folder named as the data-aura-component attribute of the HTML tag.

How can I make aura load components from the generated application.js file?

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant