See the Github wiki
*.jade
-> *.html
Drop below Apache DocumentRoot.
git initialize submodules
git clone https://github.com/kba/rssscrpr
cd rssscrpr
heroku login
heroku create
git push heroku master
For every change, make sure you run make
without arguments, it will rebuild
the necessary files for you.
To do it manually:
make api.json
will do
php rebuild-api-json.php > api.json
if any PHP scripts changed.
make index.html
will do
jade -P -O api.json index.jade
if the index.jade
or the api.json
needs rebuilding.