Hello Meteorites ,
This is major upgrade of meteor-build-client
library, which can help you to build server-less (client only) bundle of Meteor web application!
Whenever this is first time you hear about this library or already have experience with it, please, try running pre-release of v1.0
and report your experience in this PR.
Dry changelog:
- Upgrade codebase to ES6;
- Overall codebase refactoring and linting;
- Remove spinner,
simple-spinner
dependency, and-hide, --hideSpinner
command line options; - Support for modern (ES6) and legacy (ES5) builds (legacy build is
used by default); - Support for Meteor’s
<meteor-bundled-js/>
and
<meteor-bundled-css/>
; - Support for
body.html
andblaze-html-templates
(see updated
readme); - Support for
{{url-to-meteor-bundled-css}}
placeholder, which can be
used in<link rel="preload">
; -
--usebuild
option now accepts<path>
to the build; - Update NPM dependencies;
- Closing: #53, #40;
- Solving: #61, #57, #55, #42;
- Taking into account: #59, #35.