0.0.1 • Published 10 years ago

generator-modern-theme v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

generator-modern-theme

A Yeoman generator.

A Yeoman generator to speed up the process of creating HTML themes that make use of popular Grunt plugins.

Using this generator, you can minify your theme's javascript & CSS files, watch for file changes and few things more without even touching Gruntfile.js.

Getting started

  • Make sure that you have yo installed globally. npm install -g yo
  • Install generator-modern-theme. npm install -g generator-modern-theme
  • To start using the generator, run yo modern-theme

Features

  • Automatically concatenate and minify JavaScript files.
  • Automatically concatenate and minify CSS files.
  • Automatically compile SASS files.
  • Image optimization (Optional).
  • Foundation for SASS (Optional).

Documentation

License

MIT