Answer the question
In order to leave comments, you need to log in
gulp-google-cdn plugin doesn't work with jquery 2.2.4 and higher why?
Hello The gulp-google-cdn plugin does not work with jquery 2.2.4 and higher, but why does it work with older versions?
var gulp = require('gulp');
var googlecdn = require('gulp-google-cdn');
gulp.task('default', function () {
return gulp.src('index.html')
.pipe(googlecdn(require('./bower.json')))
.pipe(gulp.dest('dist'));
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question