1.1.0 • Published 8 years ago

generator-sup v1.1.0

Weekly downloads
2
License
WTFPL
Repository
github
Last release
8 years ago

generator-sup

Generate a SASS and Jade base project with Gulp. A modified version of generator-webapp.

Features

  • CSS Autoprefixing
  • Remove unused styles from CSS with UnCSS
  • Built-in preview server with BrowserSync
  • Automated build process that includes: compilation of preprocessors (Jade, Sass, etc), minification of CSS and HTML, compression of Javascript, and optimization of images
  • Reduce compilation time for Jade with jade-inheritance
  • Map compiled CSS to source stylesheets with source maps Wire-up dependencies installed with Bower

Getting Started

  • Install Node
  • Install other dependencies: npm install -g yo gulp-cli bower
  • Install the generator: npm install -g generator-sup
  • Run yo sup to scaffold your web app
  • Run gulp serve to preview and watch for changes
  • Run gulp build to preview the production build