1
Fork 0

Show everything when noscript is on

This commit is contained in:
Guillaume Gomez 2018-12-02 18:00:50 +01:00
parent a68988719c
commit e17518f65e
4 changed files with 26 additions and 0 deletions

View file

@ -772,6 +772,9 @@ fn write_shared(
write_minify(cx.dst.join(&format!("settings{}.css", cx.shared.resource_suffix)),
static_files::SETTINGS_CSS,
options.enable_minification)?;
write_minify(cx.dst.join(&format!("noscript{}.css", cx.shared.resource_suffix)),
static_files::NOSCRIPT_CSS,
options.enable_minification)?;
// To avoid "light.css" to be overwritten, we'll first run over the received themes and only
// then we'll run over the "official" styles.