Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 513 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 513 Bytes

Bootstrap Studio Builder

Optimize your Bootstrap Studio exports, before serving them to the real world.

Mainly a simple gulp task, witch can be extended to your own workflow.

Features

  • Images optimization with image-resize, imagemin
  • Minified html
  • css auto-prefixing, support for --var, calc(), imports, url with postcss

Install:

cd my_directory
git clone https://github.com/mistergraphx/BootstrapStudioBuilder.git
npm install
# if you havent install it yet
npm install -g gulp-cli