Move CSS and JS assets to directory in project root #72
No reviewers
Labels
No labels
bug
content
dependency
documentation
enhancement
refactor
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vlw/vlw.se!72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/72/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In this PR we move all of the CSS and JavaScript assets from the public assets directory to a new directory in the project root. The main reason for this is that I would like to believe this makes them easier to find. Since all CSS and JS is bundled with each page anyways there is no need to access these directly from a public directory. The main argument against this I think would be "transparency". We already run this site with
display_php_source=truein Vegvisir (so page source code can be inspected by appending.phpto the end of a url. But there is of course no reason to trust that it's the actual source code.