From eb98a760a62d61d9f80bb7633d771b1bf4dbe37e Mon Sep 17 00:00:00 2001 From: Tim Hartmann Date: Thu, 15 Dec 2016 09:04:25 +0100 Subject: [PATCH] npm script "postinstall" to create the source folder after initial installation #164 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d0bec4f..3e02100 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,8 @@ "owl.carousel": "^2.2.0", "undescores-for-npm": "^1.0.0" }, - "devDependencies": {} + "devDependencies": {}, + "scripts": { + "postinstall": "gulp copy-assets" + } }