Skip to content

lauriejones/generator-fed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Yeoman generator for Frontend Development with Browserify and SASS Composer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%