Files
side-by-side/Makefile
T

13 lines
245 B
Makefile

default:
npm install
node_modules/.bin/docpad generate
run:
node_modules/.bin/docpad run
test:
node_modules/.bin/phantomjs node_modules/qunitjs/addons/phantomjs/runner.js http://0.0.0.0:9778/tests.html
clean:
rm -rf node_modules/ build/