darcnite3000 / gulp-browserify-bower-build

a gulp browserify/bower build startup with sass(compass)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GULP-BOWER-BROWSERIFY BUILD

This is a build for projects that use browserify and bower in conjunction there is a fair bit of easy configuration in the structure but it assumes the main entry point is app.js

this is based on https://github.com/greypants/gulp-starter (watch/browserify/sass/images/markup) but more focused on getting the browserify stuff working with bower

this uses ruby-sass(with compass so you need a ruby/bundler env) and allows for coffeescript requires(through coffeeify) it uses broserify-shim to allow for bower projects to be required and to allow for the importing of bower css it uses gulp-cssjoin to inline css @imports

npm install
bundle install

About

a gulp browserify/bower build startup with sass(compass)


Languages

Language:JavaScript 96.0%Language:Ruby 4.0%Language:CoffeeScript 0.0%