Releases: ibm-js/grunt-amd-build
Releases · ibm-js/grunt-amd-build
0.10.0-rc1
The shim tasks is now usable.
- Shim will be included based on the dependencies found by
amddepsscan
. amdshim
should now be run afteramddepsscan
.- sample of utilisation has been added to
samples/Gruntfile-full.js
0.9.1
0.9.0
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
0.8.1
0.8.0
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
Add a bug fix for plugins configuration.
0.8.0-alpha
Add shim support as defined in http://requirejs.org/docs/api.html#config-shim