Copy build file to site when building

This commit is contained in:
Brandon Tilley 2013-12-21 14:37:27 -08:00
parent 098d08028e
commit 011bf31388

View File

@ -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": {