mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 07:40:26 -08:00
AladinLiteSrc -> AladinLiteAssets
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,4 +8,4 @@ package-lock.json
|
|||||||
src/core/target/
|
src/core/target/
|
||||||
src/core/Cargo.lock
|
src/core/Cargo.lock
|
||||||
|
|
||||||
AladinLiteSrc.tar.gz
|
AladinLiteAssets.tar.gz
|
||||||
@@ -2,9 +2,9 @@
|
|||||||
"homepage": "https://bmatthieu3.github.io/hips_webgl_renderer/",
|
"homepage": "https://bmatthieu3.github.io/hips_webgl_renderer/",
|
||||||
"name": "hips_webgl_renderer",
|
"name": "hips_webgl_renderer",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"predeploy": "npm run build",
|
"package-tar": "tar -zcvf AladinLiteAssets.tar.gz dist/*",
|
||||||
"package-tar": "npm run predeploy && tar -zcvf AladinLiteSrc.tar.gz dist/*",
|
"predeploy": "npm run build && npm run package-tar",
|
||||||
"deploy": "npm run package-tar && ./deploy-dbg.sh",
|
"deploy": "./deploy-dbg.sh",
|
||||||
"build": "webpack && sed \"s/\\\\.\\\\/\\\\.\\\\.\\\\/aladin\\\\.js/https:\\\\/\\\\/aladin.cds.unistra.fr\\\\/AladinLite\\\\/api\\\\/v3\\\\/latest\\\\/aladin.js/g\" examples/index.html > dist/index.html",
|
"build": "webpack && sed \"s/\\\\.\\\\/\\\\.\\\\.\\\\/aladin\\\\.js/https:\\\\/\\\\/aladin.cds.unistra.fr\\\\/AladinLite\\\\/api\\\\/v3\\\\/latest\\\\/aladin.js/g\" examples/index.html > dist/index.html",
|
||||||
"serve": "webpack-dev-server"
|
"serve": "webpack-dev-server"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user