gulp-usemin
Advanced tools
Comparing version 0.3.9 to 0.3.10
module.exports = function(file, blocks, options, push) { | ||
var path = require('path'); | ||
var gutil = require('gulp-util'); | ||
var Q = require('Q'); | ||
var Q = require('q'); | ||
var pipeline = require('./pipeline.js'); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "gulp-usemin", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -171,2 +171,5 @@ # gulp-usemin | ||
#####0.3.10 | ||
- fixed uppercase Q bug (on case-sensetive file systems) | ||
#####0.3.9 | ||
@@ -173,0 +176,0 @@ - async tasks support |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38087
238
0