From: Geoff Kimball Date: Tue, 22 Mar 2016 05:41:04 +0000 (-0700) Subject: Add npm scripts for download and template generation X-Git-Tag: v2.0.0~13^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75533b79e59aed7a66eba18d9ab68de3c41478f;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add npm scripts for download and template generation --- diff --git a/package.json b/package.json index 701c376a..da50634a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ "scripts": { "start": "gulp", "test:visual": "gulp test", + "deploy:download": "gulp download", + "deploy:templates": "gulp templates", "deploy:docs": "gulp deploy:docs" }, "repository": "https://github.com/zurb/foundation-emails",