-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels