UNPKG

gulp-headerfooter

Version:

A gulp plugin for adding headers and footers to your files

16 lines (11 loc) 181 B
build: @npm install test: @./node_modules/.bin/mocha clean: @rm -rf node_modules test/outputs release: @make clean @make build @make test .PHONY: build clean release test