Skip to content
Snippets Groups Projects
Commit 6c6c566d authored by Arkerthan's avatar Arkerthan
Browse files

Fix make not compiling css module

parent 8aff99fd
No related branches found
No related tags found
1 merge request!8577Move CSS styles to their own directory: Part 1
......@@ -39,7 +39,7 @@ bin/fc.js: bin/
bin/fc.css: bin/
devTools/concatFiles.sh css/ '*.css' $@
bin/tmp: bin/fc.js injectGitCommitHash
bin/tmp: bin/fc.js bin/fc.css injectGitCommitHash
$(TWEEGO) --module=bin/fc.js --module=bin/fc.css --head resources/raster/favicon/arcologyVector.html src/ > $@
rm -f bin/fc.js
rm -f bin/fc.css
......
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