Skip to content

Commit

Permalink
Merge pull request #8 from nasa-jpl/adding-mappin-app
Browse files Browse the repository at this point in the history
Adding mappin app
  • Loading branch information
betolink committed Jun 14, 2024
2 parents 23929bd + bc2f7c1 commit 492affb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
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

0 comments on commit 492affb

Please sign in to comment.