vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 683 forks source link

blendid5: strip tasks/update dependencies #535

Closed benjtinsley closed 6 years ago

benjtinsley commented 6 years ago

in blendid5.0, we are moving toward a much simpler tool with better documentation, instead of continuing to build a robust tool that does everything for you. we find that the more robust the tool, the more difficult it is to maintain in the long term, and the less likely it will be useful, up to date, or bug free.

the first step of accomplishing this goal is to strip out all non-default init tasks, as well as the extras directory that those pull from. any necessary files within extras/ are now moved to root/

this PR also updates any upgradable packages and removes any that are unneeded.

olets commented 6 years ago

🎖 for the word obviated. I love that word

olets commented 6 years ago

this removes the Blendid logo, which appears at the top of ./README.md. One way to keep it in the readme while removing it from the repo would be to use a rawgit production url

benjtinsley commented 6 years ago

@olets good catch. i think i'd like to get the blendid logo updated to show it's 5.0 (and remove the gulp-starter bit) just so people coming to the repo see an immediate change once we push this to master. i created issue #536 to track that