Merge pull request #1029 from codedge/Remove-comments-from-minified-files

Remove all CSS comments from minified files
This commit is contained in:
Hillel Coren 2016-08-06 22:05:28 +03:00 committed by GitHub
commit cb740a001c
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