|
|
|
@ -113,11 +113,11 @@ browser-test:
@@ -113,11 +113,11 @@ browser-test:
|
|
|
|
|
# To install gjslint, see:
|
|
|
|
|
#
|
|
|
|
|
# <http://code.google.com/closure/utilities/docs/linter_howto.html>
|
|
|
|
|
SRC_DIRS := . utils web test examples/helloworld extensions/firefox \
|
|
|
|
|
SRC_DIRS := . src utils web test examples/helloworld extensions/firefox \
|
|
|
|
|
extensions/firefox/components |
|
|
|
|
GJSLINT_FILES = $(foreach DIR,$(SRC_DIRS),$(wildcard $(DIR)/*.js)) |
|
|
|
|
lint: |
|
|
|
|
gjslint $(GJSLINT_FILES) |
|
|
|
|
gjslint --nojsdoc $(GJSLINT_FILES) |
|
|
|
|
|
|
|
|
|
# make web
|
|
|
|
|
#
|
|
|
|
|