Ingen beskrivning

Weiyi Lou ed6700b2a2 Simplify `make dist` with multiple sed expressions 10 år sedan
css 1fa10f104d Add `update` make task 10 år sedan
js 9a05da4654 Add reference to hyperterm, Remove HTML escaping from Highlight.js 10 år sedan
tags 480a5ed99e Rename all tags with hyphens 10 år sedan
.gitignore bac25e055b Add Makefile to create a live distribution 10 år sedan
Makefile ed6700b2a2 Simplify `make dist` with multiple sed expressions 10 år sedan
README.md bac25e055b Add Makefile to create a live distribution 10 år sedan
index.html b89b1a785e Combine riot tags in distribution 10 år sedan

README.md

Parsley Gardens Command Line Interface

It is really just the main website of parsleygardens.net.

Built with:

Develop

riot compilation happens in the browser, so viewing the app is a matter of opening index.html:

$ open index.html

Build

A distribution of the app can be built that will concatenate assets and modify index.html to minimize HTTP requests:

$ make dist

This creates dist/, which can be copied to a live webserver.