1.0.1 • Published 8 years ago

bpl v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

BPL (BlocPower Pattern Library)

Adding BPL to another repo

  1. npm install
  2. cd bpl
  3. grunt dist

Wordpress

Not implemented yet

  1. cd bpl
  2. grunt wordpress

Django

Not implemented yet

  1. cd bpl
  2. grunt django

Files

These are the build files for production

  • bpl/dist/css/bpl*.js
  • bpl/dist/js/bootstrap.min.js
  • bpl/dist/js/jquery.min.js

Editing

  • You can override any of bootstraps default values in scss/_custom.scss
  • Add or remove any bootstrap modules in scss/bootstrap.scss

After editing BPL's scss

  1. Run npm install (only need to do this once)
  2. grunt

Publishing

  1. npm login (blocpower)
  2. npm publish