/gulp-backbone-browserify

Gulp workflow for Backbone.js using Browserify (CommonJS)

Primary LanguageJavaScriptMIT LicenseMIT

gulp-backbone-browserify

Gulp workflow for Backbone.js using Browserify (CommonJS)

Dependencies

NOTE: make sure to set npm prefix to avoid using sudo with npm.

Install

npm install

Install CSS Compiler

  • sass (npm install gulp-sass@latest --save-dev) or
  • less (npm install gulp-less@latest --save-dev)
  • set 'cssCompiler' and 'cssSrcExtension' to "less" in gulp/config.json

Run

gulp

Build for production

gulp build