mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
add dot prefix in gulp build
This commit is contained in:
parent
48172ccda5
commit
b18edcd23e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ task("sass", function () {
|
|||
});
|
||||
|
||||
task("static", function () {
|
||||
return src("./static/**/*").pipe(dest("./dist/"));
|
||||
return src("./static/**/*", { dot: true }).pipe(dest("./dist/"));
|
||||
});
|
||||
|
||||
//copies refactored js files to dist/gen so that they can be required by dist/gen/index.js
|
||||
|
|
Loading…
Reference in a new issue