Changed the build process it generates a devel and a prod version

of the source, added some screenshots and a sample printout, couple
bugfixes.
This commit is contained in:
git@daemon.de
2013-09-14 13:14:06 +02:00
parent 81aa7e83e4
commit 10e5d547f3
25 changed files with 56118 additions and 50 deletions

View File

@@ -1,11 +1,12 @@
ts != date +"%Y-%m-%d-%H%M%S"
dst = .backup/$(ts)
src = js index.html css
src = js *.html css
vers = js/libs/version.js
all: backup
@echo var VERSION = \"$(ts)\" > $(vers);
./mksingleton.pl index.html
./mksingleton.pl prod index.html
./mksingleton.pl dev index.html
backup:
mkdir -p $(dst)