Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 673 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 673 Bytes

My Python to Javascript rendering pipeline

Installation

python3 -m venv env
env/bin/pip install pscript jsmin fire
env/bin/pip install git+https://github.com/maxdoom-com/tinypreprocessor

Usage

make # makes all

make whenevery-something-changes # will wait for changes to the *.py - files and `make all` then

make clean # cleans up
make re # make clean all

Requirements

Install inotify-tools for using make whenevery-something-changes.

Testing

  • Clone this repository and run the installation (see above).
  • Do a make.
  • Open example.html in your browser.