Spincast CSS Autoprefixer plugin + refactoring

2019-05-05 12:00 PM (5 years ago)

A new plugin, Spincast CSS Autoprefixer, integrates Autoprefixer to easily add vendor prefixes to your CSS.

The plugin allows you to serve CSS that has been tweaked so browsers support is enhanced. For example, you may use this plugin to be able to use CSS Grids with good support for IE11!

Also, some methods of the Spincast Process Utils plugin have been refactored to be more generic. If you are currently using the executeJar(...) method, please upgrade to one of the new executeAsync(...) or executeSync(...) methods! Those are more generic and provide way more control over the executed programs.

Read more about those new methods in the plugin's documentation.