-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add npm layer #175
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: