news.2019-05-04.html Maven / Gradle / Ivy
Show all versions of spincast-website Show documentation
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.