mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-21 13:30:27 +08:00
13 lines
245 B
Makefile
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/
|