aboutsummaryrefslogtreecommitdiffstats
path: root/static/js/flot/Makefile
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2017-04-24 10:36:10 +0300
committerFilipp Lepalaan <filipp@mac.com>2017-04-24 10:36:10 +0300
commitc1e043b7ba78cee73d13ded9ef03b256202540f1 (patch)
tree2b913aaf4c3c45972cff707afd76d9ad901d40ba /static/js/flot/Makefile
parentef376c2cf80cb89c3c5a5dc79c39c5045406b5e7 (diff)
downloadServo-c1e043b7ba78cee73d13ded9ef03b256202540f1.tar.gz
Servo-c1e043b7ba78cee73d13ded9ef03b256202540f1.tar.bz2
Servo-c1e043b7ba78cee73d13ded9ef03b256202540f1.zip
Move STATIC_ROOT inside app directory
Diffstat (limited to 'static/js/flot/Makefile')
-rwxr-xr-xstatic/js/flot/Makefile12
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