blob: d27d7ac1652a9e9b6dc7d4699552ac1d100a10c9 [file] [log] [blame]
({
cssIn: "${project.build.webapp}/assets/css/styles.css",
out: "${project.build.webapp}/assets/css/styles.min.css",
// CSS optimization options are:
// - "standard": @import inlining, comment removal and line returns.
// - "standard.keepLines": like "standard" but keeps line returns.
// - "standard.keepComments": keeps the file comments, but removes line returns.
// - "standard.keepComments.keepLines": keeps the file comments and line returns.
// - "none": skip CSS optimizations.
optimizeCss: "standard"
})