Releases: bem-archive/generator-bem-stub
Releases · bem-archive/generator-bem-stub
v0.11.0
- Updated the versions of the dependencies.
v0.10.0
- Added a question about beautifying HTML. This feature gives the ability to build tidy (formatted and not minimized) HTML.
v0.9.0
- In case of choosing bem-tools assembler, the result files will be the same as in case of choosing of ENB.
bem-tools
just calls ENB
under the hood.
- Updated all libraries and dependencies to the latest versions.
v0.7.1
- Updated the versions of dependencies (see #123).
v0.6.0
- CSS preprocessor Less is not supported any more.
- Fixed the
postinstall
script in file package.json
of the generated project (see #107).
- Updated the versions of dependencies (see #114).
v0.5.0
- Removed the question about the base library. bem-core is included as the base by default.
- Added shortcut
npm start
for starting a server in a generated project.