You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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:
app/scripts/application.js
app/scripts/templates.js
What I dont get is how Aura can still load
aura_components
if it automatically looks formain.js
file inside a folder named as thedata-aura-component
attribute of the HTML tag.How can I make aura load components from the generated application.js file?
Regards,
The text was updated successfully, but these errors were encountered: