]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update test template to properly run with npm scripts, and fix Sass import
authorGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 01:30:12 +0000 (17:30 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 01:30:12 +0000 (17:30 -0800)
foundation-emails-template
package.json

index 0edb79ff19857869b041da36ebed8d1b07db24f2..7be1038ca4c2269b28cd727100d242e240340c40 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 0edb79ff19857869b041da36ebed8d1b07db24f2
+Subproject commit 7be1038ca4c2269b28cd727100d242e240340c40
index fc8cbd7ea4240bdd03dc3812e768888eafce7ec4..944e3d129a301ea9f705917834d24d1a7d9f5b9d 100644 (file)
@@ -4,8 +4,9 @@
   "description": "A framework for responsive emails made by ZURB",
   "scripts": {
     "start": "gulp",
-    "test": "cd test && gulp",
-    "production": "cd test && gulp --production"
+    "test": "cd foundation-emails-template && npm start",
+    "production": "cd foundation-emails-template && npm start --production",
+    "postinstall": "cd foundation-emails-template && npm i"
   },
   "devDependencies": {
     "browser-sync": "^2.9.10",