Z
Z
zaxx7842016-12-09 11:20:23
gulp.js
zaxx784, 2016-12-09 11:20:23

gulp-google-cdn plugin not working with normalize-css?

The gulp-google-cdn plugin doesn't work with normalize-css but does it work with jquery ?

gulp.task('googlecdn', function () {
  return gulp.src('dev/*.html')
  .pipe(googlecdn(require('./bower.json')))
  .pipe(gulp.dest('dist'));
});

{
  "name": "development",
  "description": "Frond-End",
  "author": "avalanch",
  "dependencies": {
    "jquery": "~2.1.4",
    "normalize-css": "~3.0.3"
  }
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question