Skip to content
Snippets Groups Projects
Commit bd746ff8 authored by ezsh's avatar ezsh
Browse files

Fix mateTwineJSPassage

We no have JS scripts not only in src/js but everywhere in src/
parent 1e0b0d4a
No related branches found
No related tags found
1 merge request!6844CheckJS.sh and a fix to makeTwineJS
......@@ -6,7 +6,7 @@
# $1: root repo dir
# $2: output file name
collectJSForTwine() {
local files=$(find js src/js -path ./art/assistantArt.js -prune -o -name '*.js' -print)
local files=$(find js src -path ./src/art/assistantArt.js -prune -o -name '*.js' -print)
files=$(echo "$files" | sort)
echo "" > "$2"
for f in $files; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment