add build.py

This commit is contained in:
Evan Paul Fletcher
2013-02-07 12:50:46 -07:00
parent 5cd3b006da
commit fd8abd174e
2 changed files with 21 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Please do!
Hacking
-------
Execute `./build.rb` to effectively concatenate `main.js` with all the files in `code/`. It generates the user script which may be installed into your browser.
Execute `./build.rb` or `./build.py` to effectively concatenate `main.js` with all the files in `code/`. It generates the user script which may be installed into your browser.
`style.css` contains most styles required for the user-script. The extra ones can be found in `code/boot.js#window.setupStyles`. Only CSS rules that depend on config variables should be defined there.