mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-03-18 21:50:33 +01:00
add NOTEMPLATE env var to missing-colors.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
all:
|
||||
-mkdir -p out
|
||||
cp ../css/modal.css out/
|
||||
node ../scripts/missing-colors.js index.html out/index.html
|
||||
NOTEMPLATE=1 node ../scripts/missing-colors.js index.html out/index.html
|
||||
cp -r node_modules/remixicon/fonts/remixicon.css node_modules/remixicon/fonts/remixicon.woff2 out/
|
||||
-rm -r tempts
|
||||
cp -r ts tempts
|
||||
@@ -19,7 +19,7 @@ all:
|
||||
debug:
|
||||
-mkdir -p out
|
||||
cp ../css/modal.css out/
|
||||
node ../scripts/missing-colors.js index.html out/index.html
|
||||
NOTEMPLATE=1 node ../scripts/missing-colors.js index.html out/index.html
|
||||
cp -r node_modules/remixicon/fonts/remixicon.css node_modules/remixicon/fonts/remixicon.woff2 out/
|
||||
-rm -r tempts
|
||||
cp -r ts tempts
|
||||
|
||||
Reference in New Issue
Block a user