Questions tagged [gulp-cdnizer]

gulp plugin for swapping in CDN links for local links, also has customization and fallbacks

gulp plugin for swapping in CDN links for local links, also has customization and fallbacks

2 questions
1
vote
0 answers

How to test angular-timer with gulp-cdnizer test option

I have the following gulp code for gulp-cdnizer. I would like to ensure that angular-timer is working by specifying a test option as I did for angular in the example below. How can I specify the test option for angular-timer? gulp.task('html',…
Stalin Kay
  • 577
  • 8
  • 18
0
votes
1 answer

Gulp cdnizer not working with relative link

I am writing a gulp task to replace the local links of libraries used in development to be replaced with public CDN links. This is the part of my index.html file.
Vibhanshu
  • 522
  • 3
  • 14