release v1.0.0 #14

Merged
thefeli73 merged 63 commits from develop into master 2019-11-12 18:53:53 +01:00
Showing only changes of commit c82af3bd86 - Show all commits

View File

@ -246,6 +246,13 @@ var updateAssetVersion = function (done) {
.pipe(dest(paths.output));
};
// updates version in all assets
var updateCssVersion = function (done) {
return src(paths.styles.input)
.pipe(hashsrc({build_dir:paths.output,src_path:'src',hash_len:"6",query_name:"v"}))
.pipe(dest(paths.styles.output));
};
// updates version in all assets
var updateCssVersion = function (done) {
return src(paths.styles.input)