The main landing site for pennapps.com and subsidiary sites.
- SASS (
gem install sass) - jinja2 (
pip install jinja2) - watchdog (
pip install watchdog)
To get started, just run foreman start. This will create processes that:
- Locate the templates inside of
/templatesand compile them into./. - Automatically recompile templates on change.
- Watch
./stylesheetsfor changes and recompile.scssfiles on change.