##// END OF EJS Templates
Actually fix it
Actually fix it

File last commit:

r46:b7997ef3 default
r53:a5523508 default
Show More
en.sexp
12 lines | 621 B | text/plain | TextLexer
(:usage "Usage: ~A <source> [options]
Options:
-o <filename> - Output filename
--js <filenames...> - List of extra .js files to include in the game
--css <filenames...> - List of .css files to include in the game. Default is in extras/default.css
--body <filename> - Alternative page body. Default is in extras/body.html
-c - Just compile the game to a .js file without making it a full web page
--beautify - Make the JS content pretty. By default it gets minified.
Note that the files in extras/ are not actually used. They're just there for the reference~%")