Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 707 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 707 Bytes

generator-fed

Yeoman generator for Frontend Development with Browserify and SASS Composer.

Installation

npm install -g generator-fed

Usage

yo fed

Features

  • Async builds with Gulp
  • Create a Git repo
  • Runs a full build in before commit

Javascript

  • dependencies from NPM
  • linted with JSHint
  • built with Browserify
  • minified with Uglify
  • tested with Karma/Mocha/Istanbul
  • watched with Watchify

Cascading Style Sheets

  • dependencies from NPM
  • built with SASS Composer
  • prefixed with Autoprefixer
  • minified with css-minify

Assets

  • urls rewritten and copied to the build dir
  • images compressed with imagemin

TODO:

  • Style sheets watched with SASS Composer