mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Another attempt to fix a build bug
This commit is contained in:
parent
2812a5c48d
commit
28e6b45b4a
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ gulp.task("styles-embed", function () {
|
|||
browsers: ["last 2 versions"],
|
||||
cascade: false
|
||||
}))
|
||||
.pipe(plug.concat("embed.css"))
|
||||
.pipe(plug.minifyCss())
|
||||
.pipe(header(licenseHeader))
|
||||
.pipe(gulp.dest("public/build/styles"));
|
||||
|
|
Loading…
Reference in a new issue