mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #212] Change CSS/JS path to load from #176
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @Yamakasi on GitHub (Jul 21, 2017).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/212
Originally assigned to: @jasonmunro on GitHub.
Due some integration issues I need to be able to change the path where all CSS and JS is loaded from.
Can't we make some /static folder and put it in there that would be much easier.
At least looking back to the root would be great!
JS is kinda doable but CSS is a pain.
I hope I can fix this asap :)
@jasonmunro commented on GitHub (Jul 23, 2017):
This would be a reasonably big change in order to support both production and debug mode. i'm not sure changing this in Cypht makes sense. When the config gen script is run it generates the combined assets and puts them in the site/ dir, which is basically like a static/ dir.
@Yamakasi commented on GitHub (Jul 23, 2017):
OK, this should be site.js then ?
I have bene looking through and i saw what you were doing but was not sure.
@jasonmunro commented on GitHub (Jul 27, 2017):
site.js is the combined javascript from all the enabled module sets (built with the config gen script), however sometimes modules need to include there own stand alone js/css, and these are put under the site/modules directory by the config gen script.
@marclaporte commented on GitHub (May 7, 2024):
If someone needs this, please re-open, and explain how you plan to integrate in other apps so we make this generic and future-proof.