generator-richmedia
v1.0.16
Published
Scaffold out an RichMedia HTML5 banner (with support to Weborama ad-server)
Downloads
10
Maintainers
Readme
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] --production
for a production ready build
Options
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished.