Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding mappin app #8

Merged
merged 2 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
- name: install postcss
run: npm i postcss postcss-cli autoprefixer

- name: Build react app
- name: Build embedded react widget
working-directory: ./mappin-itslive-embed
run: npm install && npm run build-prod

- name: Build react app
working-directory: ./mappin
run: npm install && npm run build-prod

- name: Build for jpl
run: hugo --minify -b https://its-live.jpl.nasa.gov/ -d jpl -e production

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ hugo.linux

# React app build files
/static/mappin-build/
/static/app/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "mappin-itslive-embed"]
path = mappin-itslive-embed
url = https://github.com/fahnestockj/mappin-itslive-embed.git
[submodule "mappin"]
path = mappin
url = https://github.com/fahnestockj/mappin
1 change: 1 addition & 0 deletions mappin
Submodule mappin added at 295676
2 changes: 1 addition & 1 deletion mappin-itslive-embed
Loading