Skip to content

Releases: ksoichiro/gradle-web-resource-plugin

v1.7.3

07 Feb 12:45
Compare
Choose a tag to compare
  • Remove unused jansi dependency.

v1.7.2

21 Jan 00:32
Compare
Choose a tag to compare
  • Fixed deprecation warnings on Gradle 3.3: modify resource tasks to not chain input properties (#16, #17)

v1.7.1

06 Nov 07:58
Compare
Choose a tag to compare
  • Fixed that minify and other options are not working. (Issue #14)
  • Added webResourceTestCompileCoffeeScript task and related config testCoffeeScript.

v1.7.0

20 Mar 22:48
Compare
Choose a tag to compare
  • A new task webResourceTestCoffeeScript is implemented to test CoffeeScript source files.
    You can use Mocha and assert for writing tests.

v1.6.1

03 Mar 16:39
Compare
Choose a tag to compare
  • Fixed that include directive in CoffeeScript is skipped.

v1.6.0

02 Mar 16:33
Compare
Choose a tag to compare
  • 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

24 Feb 16:01
Compare
Choose a tag to compare
  • 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

14 Feb 11:49
Compare
Choose a tag to compare
  • 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

11 Feb 16:57
Compare
Choose a tag to compare
  • 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.