Strip comments from CSS using
strip-css-comments
npm install --save-dev broccoli-strip-css-commentsvar stripCssComments = require('broccoli-strip-css-comments');
tree = stripCssComments(tree, options);See the strip-css-comments options.
MIT © Sindre Sorhus