We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d71712 commit 77ac9daCopy full SHA for 77ac9da
makefile
@@ -37,7 +37,8 @@ build: clean
37
web: build
38
@command -v love.js \
39
&& love.js -c -t ${project_name} build/${project_name}.love build/__site/ \
40
- || ( echo "love.js not found in PATH"; exit 1 )
+ || node_modules/love.js/index.js -c -t ${project_name} build/${project_name}.love build/__site/ \
41
+ || ( echo "love.js executable not found"; exit 1 )
42
cp -f res/index.html build/__site/index.html
43
cp -f -r res/theme/ build/__site/
44
cd build/__site/ && node ../../Love.js-Api-Player/globalizeFS.js
0 commit comments