/BootstrapStudioBuilder

Optimize your bootstrap studio workflow

Primary LanguageJavaScriptMIT LicenseMIT

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