@financial-times/n-concept
Version:
n-concept provides a card for concepts (e.g. topic, author) and their articles
22 lines (15 loc) • 443 B
Plain Text
include n.Makefile
unit-test:
mocha --recursive --reporter spec tests
# NB: demo will not work with newer versions of n-express/n-handlebars/n-ui
# leaving these here until they can work again
#demo-build:
# @node-sass demos/src/main.scss --include-path bower_components --output public/
# @$(DONE)
#demo: demo-build
# @node demos/app
#a11y: demo-build
# @node .pa11yci.js
# @PA11Y=true node demos/app
# @$(DONE)
test: verify unit-test