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
index.html and scriptLoader.js currently have their own copy entries in the grunt tasks. The can leverage the required folder pattern. The libraries folder shouldn't live in js/libraries and should instead mirror the plugin structure of pluginName/libraries as a sibling of the js folder.
The text was updated successfully, but these errors were encountered:
Subject of the enhancement
src/index.html
>src/core/required/index.html
src/core/js/scriptLoader.js
>src/core/required/adapt/js/scriptLoader.js
src/core/js/libraries/
>src/core/libraries/
index.html
andscriptLoader.js
currently have their own copy entries in the grunt tasks. The can leverage therequired
folder pattern. The libraries folder shouldn't live injs/libraries
and should instead mirror the plugin structure ofpluginName/libraries
as a sibling of thejs
folder.The text was updated successfully, but these errors were encountered: