Commit compiled front-end code to the repo

This commit is contained in:
Rowan Manning
2013-11-05 11:26:18 +00:00
parent 2471419b5b
commit 6b0cf20e4e
288 changed files with 93958 additions and 19 deletions

12
public/js/vendor/flot/Makefile vendored Normal file
View File

@@ -0,0 +1,12 @@
# Makefile for generating minified files
.PHONY: all
# we cheat and process all .js files instead of an exhaustive list
all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
%.min.js: %.js
yui-compressor $< -o $@
test:
./node_modules/.bin/jshint *jquery.flot.js