mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Revert changes
This commit is contained in:
parent
a51448928b
commit
f1bdc6fc33
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ gulp.task("styles-embed", function () {
|
|||
browsers: ["last 2 versions"],
|
||||
cascade: false
|
||||
}))
|
||||
//disabled for testing
|
||||
//.pipe(plug.minifyCss())
|
||||
.pipe(plug.concat("embed.css"))
|
||||
.pipe(plug.minifyCss())
|
||||
.pipe(header(licenseHeader))
|
||||
.pipe(gulp.dest("public/build/styles"));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue