Copy build file to site when building
This commit is contained in:
parent
098d08028e
commit
011bf31388
@ -3,7 +3,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "Awesome interactive globes for the web",
|
"description": "Awesome interactive globes for the web",
|
||||||
"scripts": {
|
"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"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user