-
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
oliverfoster
assigned chris-steele, chucklorenz, oliverfoster, tomgreenfield and taylortom and unassigned chris-steele and chucklorenz
Mar 15, 2021
oliverfoster
assigned oliverfoster and unassigned tomgreenfield, taylortom, chris-steele, oliverfoster and chucklorenz
Sep 13, 2021
cahirodoherty-learningpool
moved this from Assigned
to Needs Reviewing
in adapt_framework: The TODO Board
Apr 27, 2023
oliverfoster
moved this from Needs Reviewing
to Assigned
in adapt_framework: The TODO Board
May 9, 2023
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: