This repository was archived by the owner on Oct 16, 2021. It is now read-only.
2.0.0
Bug Fixes
- Update dependencies of the generator (83a3baf)
- prompting: Fix broken prompt for theme name 🙈 (482ecae)
- readme: Print the chosen license in the README (cbf61ac)
Features
- prompting: Remove prompt to rename output directory (4809822)
Chores
-
Adapt changes from Baumeister 2.0.0. (ee4f731)
Bug Fixes
- update dependencies (2722663)
- update dependencies (#199) (9d41b6d)
- config: prevent error if
includeStaticFilesis empty (3ce7eb5), closes #215 - linting: fix linting errors introduced with eslint-config-xo (389e07b)
- update dev dependencies (d96c53e)
- update dev dependencies (b072aa8)
- linting: fix stylelint errors (62a4087)
- settings: revert generateBanners setting to false (68eebf5)
Code Refactoring
Features
BREAKING CHANGES
Yeoman Generator
- prompting: You aren’t able to customize the name of the
distdirectory while scaffolding your app. You can still customize it after scaffolding by changing the directory in/gulp/config.js.
Generated projects via Baumeister 2.0.0
- linting: The new major version of
stylelint-config-standardintroduces
some new rules which might break your build. Therefore you might
need to adapt your code or disable unwanted rules in.stylelintrc.json. - bundling: The bundles are renamed (and partly removed) to:
app/polyfills.bundle.js,app/vendor.bundle.jsandapp/app.bundle.jsand must be included via script tags in that order. See default.hbs. - settings: Settings moved from
package.jsonto the newbaumeister.jsonconfig file in the project root. In addition the two boolean settingsuseHandlebarsandgenerateBannersfromgulp/config.jsare also exposed to thebaumeister.json. - linting:
eslint-plugin-filenameswill cause linting errors in case you already have JavaScript files with filenames written in camelCase. You have to rename those files or change/disable the rulefilenames/match-exportedin.eslintrc.jsondepending on your preference.
See all changes since the last release.