X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fthrottleit%2FMakefile;fp=node_modules%2Fthrottleit%2FMakefile;h=096ef6cd2ae5a42eb6cfbb1118c1016bb7ea63c6;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/throttleit/Makefile b/node_modules/throttleit/Makefile new file mode 100644 index 000000000..096ef6cd2 --- /dev/null +++ b/node_modules/throttleit/Makefile @@ -0,0 +1,18 @@ + +build: components index.js + @component build --dev + +components: component.json + @component install --dev + +clean: + rm -fr build components template.js + +test: node_modules + @./node_modules/mocha/bin/mocha \ + --reporter spec + +node_modules: package.json + @npm install + +.PHONY: clean