This release fixes a couple of small build inconsistencies, improves debug mode when running the build and fetch, and creates a fast run mode.
Continuing incremental improvement over the 0.4.0 release. This release fixes a couple of small build inconsistencies, improves debug mode when running the build and fetch, and creates a fast run mode.
-- --debug
will now send the error trace from the
webpack when building a preview. This is especially useful when there is an error
either in the template or scss maps.-- --fast
will execute the script but if there is
already a built temp directory, it will use the built dir rather than recreating
it. This speeds up runtime significantly. If this option is supplied but the
temp dir does not yet exist, it will be created.npm run transform:preview
or
node node_modules/handoff-app/scripts/fetch.js preview
will properly execute
just a single portion of the pipeline rather than the whole pipeline.<ul>
wrapper for the
subsequent lists.