1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-23 20:35:47 +00:00

Update regular layer building descriptions, update artwork

This commit is contained in:
tobspr
2020-09-23 15:20:12 +02:00
parent 1f12e755a9
commit e040a47195
29 changed files with 772 additions and 742 deletions

View File

@@ -72,7 +72,8 @@ function gulptasksCSS($, gulp, buildFolder, browserSync) {
)
.pipe($.rename("async-resources.css"))
.pipe($.postcss(postcssPlugins(isProd, { cachebust })))
.pipe(gulp.dest(buildFolder));
.pipe(gulp.dest(buildFolder))
.pipe(browserSync.stream());
}
// Builds the css resources
@@ -104,7 +105,8 @@ function gulptasksCSS($, gulp, buildFolder, browserSync) {
])
)
.pipe($.postcss(postcssPlugins(isProd, { cachebust })))
.pipe(gulp.dest(buildFolder));
.pipe(gulp.dest(buildFolder))
.pipe(browserSync.stream());
}
// Builds the css main