Skip to content

CSS Minification no longer working #34

@slominskir

Description

@slominskir

We added some fancy CSS rules and now our minification plugin won't parse it.

See: gradle-webtools/gradle-minify-plugin#54

Workaround:

SASS appears to be the most well-maintained tool capable of parsing and minifying CSS. It does much more than that of course, but all the other stuff can be safely ignored.

> npm install -g sass
> cd smoothness\smoothness-weblib\src\main\resources\META-INF\resources\resources\css
> sass -s compressed --no-source-map smoothness.css smoothness.min.css

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions