UNPKG

443 BPlain TextView Raw
1include n.Makefile
2
3unit-test:
4 mocha --recursive --reporter spec tests
5
6# NB: demo will not work with newer versions of n-express/n-handlebars/n-ui
7# leaving these here until they can work again
8
9#demo-build:
10# @node-sass demos/src/main.scss --include-path bower_components --output public/
11# @$(DONE)
12
13#demo: demo-build
14# @node demos/app
15
16#a11y: demo-build
17# @node .pa11yci.js
18# @PA11Y=true node demos/app
19# @$(DONE)
20
21test: verify unit-test