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
All commands should work as they currently do, except that the Adapt Framework plugins should be installed using the npm client in the src/ folder with src/package.json rather than in the src/[pluginType] folders using bower and adapt.json.
SECURITY NOTE: npm install should be performed using --ignore-scripts such that no code is executed on plugin installation (AAT security). Client-side code is installed in the src/ folder so that it can not have impact on the execution of the builder.
Subject of the issue
All commands should work as they currently do, except that the Adapt Framework plugins should be installed using the npm client in the
src/
folder withsrc/package.json
rather than in thesrc/[pluginType]
folders using bower andadapt.json
.SECURITY NOTE:
npm install
should be performed using--ignore-scripts
such that no code is executed on plugin installation (AAT security). Client-side code is installed in thesrc/
folder so that it can not have impact on the execution of the builder.Unresolved issues
npm install
pruningadapt.json
and its relationship tosrc/package.json
Other
Prototype adapt framework lives here, prototype plugins live here
The text was updated successfully, but these errors were encountered: