Comparing version 0.6.3 to 0.6.4
@@ -46,2 +46,3 @@ 'use strict'; | ||
var rev = plugins.rev; | ||
var revReplace = plugins.revReplace; | ||
@@ -60,10 +61,2 @@ | ||
return gulp.src('dist/**/*.html') | ||
/* | ||
.pipe(usemin({ | ||
css: [csso(), rev()], | ||
js: [uglify({ | ||
preserveComments: 'some' | ||
}), rev()] | ||
})) | ||
*/ | ||
.pipe(assets) | ||
@@ -73,2 +66,4 @@ .pipe(gif('*.js', uglify({ preserveComments: 'some' }), rev())) | ||
.pipe(assets.restore()) | ||
.pipe(useref()) | ||
.pipe(revReplace()) | ||
.pipe(gulp.dest('tmp/')); | ||
@@ -75,0 +70,0 @@ }); |
0.6.4 / 2015-01-20 | ||
================== | ||
* hotfix | ||
0.6.3 / 2015-01-19 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "bluewhale", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Dockerboard Web Client", | ||
@@ -41,2 +41,3 @@ "main": "dist/index.html", | ||
"gulp-rev": "^3.0.0", | ||
"gulp-rev-replace": "^0.3.1", | ||
"gulp-sass": "ajoslin/gulp-sass#master", | ||
@@ -43,0 +44,0 @@ "gulp-uglify": "^1.0.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
5
6367001
31
3904