1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Remove all CSS comments from minified files

This commit is contained in:
Holger Lösken 2016-08-05 10:50:23 +02:00
parent 837fbe3763
commit a1adedb2b1
5 changed files with 15 additions and 28 deletions

View File

@ -31,6 +31,17 @@ elixir.config.js.folder = '';
*/
elixir.config.css.folder = '';
/**
* Remove all CSS comments
*
* @type {{discardComments: {removeAll: boolean}}}
*/
elixir.config.css.cssnano.pluginOptions = {
discardComments: {
removeAll: true
}
};
/**
* Directory for bower source files.
* If changing this, please also see .bowerrc

19
public/css/built.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long