Include externs in lint

This commit is contained in:
Tom Payne
2012-07-05 19:03:39 +02:00
committed by Tom Payne
parent 48cc0bed93
commit 13c8b8b0de

View File

@@ -63,7 +63,7 @@ serve: $(PLOVR_JAR)
.PHONY: lint
lint: $(CLOSURE_LINTER)
gjslint --strict $(filter-out $(GSLINT_EXCLUDES),$(shell find src -name \*.js))
gjslint --strict $(filter-out $(GSLINT_EXCLUDES),$(shell find externs src -name \*.js))
$(PLOVR_JAR):
curl http://plovr.googlecode.com/files/$(PLOVR_JAR) > $@