Skip to content

Commit

Permalink
Revert some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zamuzakki committed Oct 17, 2024
1 parent 2ead570 commit 2e47a38
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 204 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build:
@echo "------------------------------------------------------------------"
@echo "Building in production mode"
@echo "------------------------------------------------------------------"
@docker-compose -p $(PROJECT_ID) build
@docker-compose -p $(PROJECT_ID) build --no-cache

nginx:
@echo
Expand Down
193 changes: 108 additions & 85 deletions django_project/minisass_frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions django_project/minisass_frontend/src/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
/>
<link rel="icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
<script type="module" crossorigin src="/static/assets/index-b3fdcd5c.js"></script>
<link rel="stylesheet" href="/static/assets/index-9eba7b7e.css">
<script type="module" crossorigin src="/static/assets/index-f256b669.js"></script>
<link rel="stylesheet" href="/static/assets/index-3515a435.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Loading

0 comments on commit 2e47a38

Please sign in to comment.