A framework for HTML5 advertising banners.
This framework uses gulp-inject to inject CSS and JS directly into the html file. Images are compressed with gulp-imagemin and pngquant.
This framework requires node.js to work. I recommend installing it using Node Version Manager (nvm).
- Update node. Used version v7.1.0. Or simply type
$ nvm use
. This will use the node version defined in .nvmrc. - Install gulp 4.
$ npm install -g gulp-cli
. - Use
$ npm install
or if your using yarn simply type$ yarn
to install node dependencies.
$ gulp build
Builds the project.$ gulp watch
Builds the project and watches for changes.
Copyright (c) 2017 Thorben Ziegler contact@thorbenziegler.de
"THE BEER-WARE LICENSE" (Revision 42): contact@thorbenziegler.de wrote this framework. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.