Development

This will build the source files from the src directory and output them in the public directory.

gulp

Features

  • Running gulp will build the files from the src directory and compile them in the public directory.
  • A development server will be started on http://localhost:3000/.
  • Browser Sync will watch the src directory for changes and automagically refresh the browser on save.
Remember to only edit files in src as the files in public are "cleaned" every time gulp runs.

Greensock

By default Bannertime will include TweenLite, TimelineLite, CSSPlugin, EasePack from the CloudFlare CDN, and you will be able to find this in the js/banner.js file.

We recommend that you swap these out for any Advertising Platforms that provide their own CDN:


Contributors