Releases: ksoichiro/gradle-web-resource-plugin
Releases · ksoichiro/gradle-web-resource-plugin
v1.7.3
- Remove unused jansi dependency.
v1.7.2
- Fixed deprecation warnings on Gradle 3.3: modify resource tasks to not chain input properties (#16, #17)
v1.7.1
- Fixed that
minify
and other options are not working. (Issue #14)
- Added
webResourceTestCompileCoffeeScript
task and related config testCoffeeScript
.
v1.7.0
- A new task
webResourceTestCoffeeScript
is implemented to test CoffeeScript source files.
You can use Mocha and assert for writing tests.
v1.6.1
- Fixed that include directive in CoffeeScript is skipped.
v1.6.0
- Offline parallel install for bower is available.
- Implementation has been changed: JavaScript for builds are rewritten with CoffeeScript.
- Compile execution time for CoffeeScript and LESS are shown with INFO level log.
- Compiled source path in INFO log will be shown with relative path.
- Each task will be skipped if there's no resource to process.
v1.5.0
- Bower installation is executed in parallel by default. Serial installation has some problems around version conflict handling, so it is recommended to use parallel installation.
- Added an option to copy all bower dependencies (#2).
- Fixed that some bower dependencies are not copied when the name and the cacheName are not equal.
- Fixed that bower dependency's outputName is ignored when cacheName is used together.
- Reduced bundled modules size.
v1.4.0
- Add
bower.options
option to set extra options for bower install
command (#12).
- Add
bower.dependencies.resolve
method to set resolutions to resolve conflict for bower (#12).
- Colorized WARN/DEBUG log level.
- Change log level in some logs from INFO to DEBUG on LESS/CoffeeScript build.
v1.3.0
- Fixed that bower installation sometimes exits without raising any errors (related to #3).
- Removed GPars to use less resources for CoffeeScript parallel compile.
- Colorized logs and added log level.
- Improved logging messages.
- Added new line for logs from JavaScripts.