Commit 8e12ecd7 authored by David Schnur's avatar David Schnur

Update JSHint pattern to include colorhelpers.

parent 25e93fe4
# Makefile for generating minified files
# Flot Makefile
.PHONY: all
# we cheat and process all .js files instead of an exhaustive list
# The default behavior is to minify all our JavaScript files
all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
%.min.js: %.js
yui-compressor $< -o $@
# Flot's Travis test suite runs JSHint with the options in .jshintrc
test:
./node_modules/.bin/jshint *jquery.flot.js
./node_modules/.bin/jshint jquery.*.js
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment