diff options
Diffstat (limited to 'static/js/flot/Makefile')
-rwxr-xr-x | static/js/flot/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/static/js/flot/Makefile b/static/js/flot/Makefile deleted file mode 100755 index c3aba86..0000000 --- a/static/js/flot/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# 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
|