mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #1029 from codedge/Remove-comments-from-minified-files
Remove all CSS comments from minified files
This commit is contained in:
commit
cb740a001c
11
gulpfile.js
11
gulpfile.js
@ -31,6 +31,17 @@ elixir.config.js.folder = '';
|
|||||||
*/
|
*/
|
||||||
elixir.config.css.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.
|
* Directory for bower source files.
|
||||||
* If changing this, please also see .bowerrc
|
* If changing this, please also see .bowerrc
|
||||||
|
19
public/css/built.css
vendored
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
9
public/css/built.public.css
vendored
9
public/css/built.public.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user