1.0.16 • Published 9 years ago
generator-richmedia v1.0.16
RichMedia Banner generator
Yeoman generator for HTML5 banner development.

Features
- CSS Autoprefixing
- Built-in preview server with BrowserSync
For more information on what generator-richmedia can do for you, take a look at the Gulp tasks used in gulpfile.js.
Getting Started
Requires NPM previously installed.
- Install:
npm install -g generator-richmedia - Run:
yo richmedia - For additional sizes, run:
yo richmedia:add [WIDTH]x[HEIGHT] - Run:
gulp --target=[WIDTH]x[HEIGHT]for preview and live reload - Run:
gulp build --target=[WIDTH]x[HEIGHT] --productionfor a production ready build
Options
--skip-installSkips the automatic execution of
bowerandnpmafter scaffolding has finished.