@@ -1,7 +1,10 @@
default: lint
lint:
@node_modules/.bin/jslint src/scripts/*.js src/scripts/content/*.js
lint: node_modules/.bin/jslint
@$< src/scripts/*.js src/scripts/content/*.js
node_modules/.bin/jslint:
npm install
dist: clean
@if [ ! -d "out" ]; then mkdir -p out; fi
The note is not visible to the blocked user.