gulp-swiffy-banner

1.0.1 • Public • Published

Installation

Install package with NPM and add it to your development dependencies:

npm install gulp-swiffy-banner --save-dev

Usage

var swiffyBanner = require('gulp-swiffy-banner');

gulp.task('scripts', function() {
  return gulp.src('./src/swiffy.html')
    .pipe(swiffyBanner.google());
    .pipe(gulp.dest('./output/'));
});

gulp.task('scripts-sizmek', function() {
  return gulp.src('./src/swiffy.html')
    .pipe(swiffyBanner.sizmek());
    .pipe(gulp.dest('./output/'));
});

##Options

  • google Makes the Swiffy HTML page compatible with google standard banners by adding clickTag and click code. Not compatible with DoubleClick Rich Media. These can also be used for site served banners as this is the standard most publishers will use.

  • sizmek Makes the Swiffy HTML page compatable with Sizmek. Can only be used for Standard HTML format or Polite HTML Sizmek formats.

Notes/Hints

  • Please note Sizmek supports IE9 whilst Swiffy only partially supports IE9 so please test your banners before uploading.
  • Please remove all flash clickTag code on the flash banners before putting through Swiffy as it may conflict with the javascript code.
  • I use npms like merge-stream to bulk process files and scripts to create an array from all the HTML files from a folder to speed up conversion.
  • This library may stop working if Swiffy is updated.

Links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i gulp-swiffy-banner

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • ldeylen