Hi guys.
This is an almost ready prototype including:
- clojure rewrite (less code, nicer transformations pipeline, simple early days so far though)
- proven Windows portability
- shared components now managed by Twitter Bower (saves us writing and maintaining code)
- spin (design time) mode, and live mode (which just prepends a forward slash to relative paths ready for web server)
- a polling directory watcher which spins (reloads) to save you the effort when you change files
Use a terminal (command prompt) to run the reloader : 'java -jar silk.jar reload', if you just want to edit files and refresh your browser to see the changes.
Alternatively do it the old way running 'java -jar silk.jar spin' for design time (most people will use this).
Please download and have a play, fire any feedback here.
Cheers.