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

Documenting proper way how to add frontend library #501

Open illycz opened 6 years ago

illycz commented 6 years ago

Blendid is my new boilerplate, it's fantastic! But I'm missing some informations how to properly add some library via npm.

Bootstrap is perfect case for documenting it in readme:

  1. how to resolve jQuery dependency?
  2. how to import it to app.js (all or only some components)?
  3. how to import it to app.css (all or only some components)?
  4. how to copy fonts when I use version 3?

Thanks

Elyahou commented 5 years ago

Any info on this ?