mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-15 14:51:11 -08:00
Add "interactive" tutorial for first level
This commit is contained in:
parent
91351d2f79
commit
cef07dec56
21 changed files with 274 additions and 22 deletions
|
|
@ -189,7 +189,7 @@ function serve({ standalone }) {
|
|||
gulp.watch("../res_built/atlas/*.json", ["imgres.atlas"]);
|
||||
|
||||
// Watch the build folder and reload when anything changed
|
||||
const extensions = ["html", "js", "png", "jpg", "svg", "mp3", "ico", "woff2", "json"];
|
||||
const extensions = ["html", "js", "png", "gif", "jpg", "svg", "mp3", "ico", "woff2", "json"];
|
||||
gulp.watch(extensions.map(ext => path.join(buildFolder, "**", "*." + ext))).on("change", function (e) {
|
||||
return gulp.src(e.path).pipe(browserSync.reload({ stream: true }));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue