@blackbaud/skyux-builder
Advanced tools
Changelog
1.0.0-beta.10 (2017-02-13)
help-client
to be automatically included by adding "help": { "productId": "applicable-productId" }
to skyuxconfig.json
. Thanks @blackbaud-stevebrush!e2e
command to run build
, then lightly serve files to host.SkyHostBrowser
for easily communicating with SKY UX Host when running skyux e2e
.--noServe
option on skyux e2e
.Changelog
1.0.0-beta.9 (2017-01-27)
--launch none
when running skyux e2e
.Changelog
1.0.0-beta.8 (2017-01-27)
Changelog
1.0.0-beta.7 (2017-01-26)
Changelog
1.0.0-beta.6 (2017-01-23)
Changelog
1.0.0-beta.5 (2017-01-18)
skyux e2e
would fail if no spec files were found.skyux version
incorrectly read version from SPA's package.json
.skyux serve
to only pass externals, scripts, and localUrl in querystring.-l
or --launch
flags.Changelog
1.0.0-beta.4 (2017-01-11)
--noOpen
flag. Instead added -launch
flag with none
, local
, or host
(default). Ex: -launch local
.e2e
task would always return an exit code of 0.skyuxconfig.json
for local development.Changelog
1.0.0-beta.3 (2017-01-11)
externals
support in skyuxconfig.json
for adding external CSS and JS.Changelog
1.0.0-beta.2 (2017-01-10)