The css.js expects that all themes are stored in sites/all/themes when hidemodules is set.
However when the theme is stored in sites/example.com/themes no css files are listed.
This can be fixed by changing the regex for title.match(/sites\/all\/themes\//) to title.match(/sites\/[A-Za-z0-9.]+\/themes\//)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | live_css-include_site_theme_dir-1446632-1.patch | 426 bytes | richard banks |
Comments
Comment #1
richard banks commentedHere is the patch to apply the fix
Comment #2
guybedford commentedThanks for this, will add it to the next release.
Comment #3
guybedford commentedComment #4
mrP commented@SubOracle -- thanks. works like a charm.
Comment #5
guybedford commentedIncluded in the latest release.