stomt / gulp-modular

Boilerplate gulp tasks for quick project setup.
MIT License
10 stars 0 forks source link

Add cdn support in index task #43

Closed maxklenk closed 8 years ago

maxklenk commented 9 years ago

Allow to prefix injected files with an cdn url:

var injectOptions = {
      relative: true,
      ignorePath: '../' + config.build.dest,
      addPrefix: config.build.cdn
    };