Skip to content

Releases: ibm-js/grunt-amd-build

0.10.0-rc1

10 May 09:36
Compare
Choose a tag to compare
0.10.0-rc1 Pre-release
Pre-release

The shim tasks is now usable.

  • Shim will be included based on the dependencies found by amddepsscan.
  • amdshim should now be run after amddepsscan.
  • sample of utilisation has been added to samples/Gruntfile-full.js

0.9.1

19 Apr 11:43
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

Fixes #22: amd serialize task is trying to copy external images in css

0.9.0

12 May 11:50
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

What's new in this release?

Breaking changes
  • Layers to exclude/include from another layer should now be specified using the includeLayers/excludeLayers properties.
  • The task amdserialize now takes an additionnal parameter containing the AMD loader config.
    Example: grunt.task.run("amdserialize:" + layer.name + ":" + name + ":" + amdloader + ":" + outprop);
Features
  • Grunt-amd-build now support plugin resources exclusion (specified in the exclude property). (#10)
Bug Fix
  • Amdserialize does not write files outside of tmp directory if the baseUrl start with "../" anymore. (#16)

0.8.2

21 Jan 14:17
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

0.8.1

03 Dec 13:38
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release
  • Add support for bootstrap CSS (see #14)
  • Minor fixes.

0.8.0

24 Oct 14:46
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Main changes:

  • Add support for shim configuration
  • A lot of fixes regarding plugins build

Full changelog 0.7.6...0.8.0

0.8.0-alpha2

21 Oct 13:31
Compare
Choose a tag to compare
0.8.0-alpha2 Pre-release
Pre-release

Add a bug fix for plugins configuration.

0.8.0-alpha

09 Oct 16:00
Compare
Choose a tag to compare
0.8.0-alpha Pre-release
Pre-release

Add shim support as defined in http://requirejs.org/docs/api.html#config-shim

0.7.6

12 Sep 15:02
Compare
Choose a tag to compare
0.7.6 Pre-release
Pre-release

Fix a regression introduced in last version by renaming tasks/lib/parseLayer.js

0.7.4-dev

31 Jul 14:19
Compare
Choose a tag to compare
0.7.4-dev Pre-release
Pre-release

Better json report and bug fixes for plugin resources.