Z
Z
zaxx7842016-12-08 13:14:30
gulp.js
zaxx784, 2016-12-08 13:14:30

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

1 answer(s)
A
Alexey Yarkov, 2016-12-08
@zaxx784

https://github.com/passy/google-cdn#googlecdnconte...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question