forked from external-repos/pa11y-dashboard
Move from Make to Grunt
This commit is contained in:
27
Makefile
27
Makefile
@@ -1,27 +0,0 @@
|
||||
|
||||
# Group targets
|
||||
all: deps lint
|
||||
|
||||
# Install dependencies
|
||||
deps:
|
||||
@echo "Installing dependencies..."
|
||||
@npm install
|
||||
@./node_modules/.bin/bower install
|
||||
|
||||
# Lint JavaScript
|
||||
lint:
|
||||
@echo "Linting JavaScript..."
|
||||
@./node_modules/.bin/jshint \
|
||||
--config ./test/config/jshint.json \
|
||||
--exclude ./node_modules \
|
||||
*.js **/*.js
|
||||
|
||||
# Start the application
|
||||
start:
|
||||
@echo "Starting application..."
|
||||
@NODE_ENV=production node .
|
||||
|
||||
# Start the application in development mode
|
||||
start-dev:
|
||||
@echo "Starting application (development mode)..."
|
||||
@NODE_ENV=development ./node_modules/.bin/supervisor -q .
|
Reference in New Issue
Block a user