Skip to content

Releases: stealjs/steal-bundler

0.3.6

11 Jan 19:48
Compare
Choose a tag to compare

This patch releases fixes an issue where steal-bundler would move assets below the set dest folder.

0.3.5

05 Oct 14:54
Compare
Choose a tag to compare

This is patch release replacing const and let statements because unless strict mode is used, Node.js 4 throws a syntax error. Causing stealjs/steal-tools#871

0.3.3

04 Oct 13:11
Compare
Choose a tag to compare

This is a patch release. This fixes a bug where steal-bundler didn't previously always return the buildResult object, as is part of the steal-tools API.

Issues

#28 bundleAssets should return a promise of builtResult