mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
I'm going insane
This commit is contained in:
parent
28e6b45b4a
commit
a51448928b
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ gulp.task("styles-embed", function () {
|
||||||
browsers: ["last 2 versions"],
|
browsers: ["last 2 versions"],
|
||||||
cascade: false
|
cascade: false
|
||||||
}))
|
}))
|
||||||
.pipe(plug.minifyCss())
|
//disabled for testing
|
||||||
|
//.pipe(plug.minifyCss())
|
||||||
.pipe(header(licenseHeader))
|
.pipe(header(licenseHeader))
|
||||||
.pipe(gulp.dest("public/build/styles"));
|
.pipe(gulp.dest("public/build/styles"));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue