From 011bf3138811b828a5150434fbce3a51429b8ba7 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 21 Dec 2013 14:37:27 -0800 Subject: [PATCH] Copy build file to site when building --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff04013..107b9a7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "description": "Awesome interactive globes for the web", "scripts": { - "build": "rm -r dist/ ; gulp", + "build": "rm -r dist/ ; gulp && cp dist/planetaryjs.min.js site/public/js/lib", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {