-
Notifications
You must be signed in to change notification settings - Fork 37
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
Bugfix/fix trailing slashes by removing whitenoise #359
Merged
gecBurton
merged 10 commits into
main
from
bugfix/fix-trailing-slashes-by-removing-whitenoise
May 14, 2024
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e196d1c
Removed whitenoise and static urls to fix trailing slash issues
252afh 52e2fb4
Replace use of old file function with new file function for getting f…
252afh 5d5e2fe
Merge branch 'main' into bugfix/fix-trailing-slashes-by-removing-whit…
gecBurton 6073a10
Changed menu links to use jinja2 url constructor pipe and added `else…
252afh c96abb0
Added static back to urls.py
252afh 0e52eb2
Removed static urls from non-debug build
252afh 318e7a6
Corrected url with extra `/` in it
252afh c95619d
Fixed typo
252afh 978e980
Add sass compilation outside of django-compressor
KevinEtchells 0ac1724
Changed url in homepage to use jinja2 url constructor rather than har…
252afh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# SASS Compilation (if not using django-compressor) | ||
|
||
`npm install -g sass` | ||
`sass style.scss style.css -w` | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like a bad idea to have, at this point, a third nested level of
README
.