-
Notifications
You must be signed in to change notification settings - Fork 745
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
Remove node_modules
dir from all plugins
#373
Conversation
I welcome this pull request. Is npm install called automatically when installing plugins or must each plugin call it in the install.sh? If the latter is the case, npm_install should be added to each install.sh where the node_modules dir has been removed. |
@a-i-ks Edit: The recommended workflow is to use |
@ashthespy Thanks for the explanation. So if I understood that correctly, the best way is to add the |
Yeah, this is my .gitignore, should probably add it to this PR as well. # Ignore all node_modules in all sub dirs
node_modules/ When you package your plugin, just include your
|
Thanks for the PR, very useful indeed. |
Not sure if rebasing will help - to reduce the size of the repo, you'd have to re-write the history of the repo by deleting all instances of Maybe its an option to finally split out each plugin into its own repo |
as of now I've not foun an easy solution.. Ash could you help on that? We want to remove ideally all histories of committed node_modules. One action we could do, is to push gh-pages without history. Do you have an idea on how to achieve that? |
Removing
Currently all the |
OK, ash. I will contact you for the new plugin manager ;) |
No description provided.