10up / wpsnapshots

(DEPRECATED) A project sharing tool for WordPress.
MIT License
215 stars 22 forks source link

Feature/exclude build directories #89

Open bengreeley opened 3 years ago

bengreeley commented 3 years ago

Description of the Change

Introduces logic to exclude all build directory folders by default in new snapshots with an option to include them if needed. (node_modules, bower_components)

Benefits

Will result in smaller snapshot sizes and faster installs

Possible Drawbacks

Users will need to run 'npm install' on their local machines when they need to build files. This doesn't seem to be too big of an issue, as the packages are likely out of date and would need a pull from the repo and reinstall in any case.

Verification Process

Screen Shot 2021-06-25 at 4 18 08 PM

Checklist:

bengreeley commented 2 years ago

@tylercherpak @tlovett1 This may be worth including in a future release to speed up WP Snapshots and adjust snapshot sizes.