biotope-build
biotope-build copied to clipboard
Biotope Build Framework
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5) and [ava](https://github.com/avajs/ava). These dependencies need to be updated together. Updates `json5` from 2.1.1 to 2.2.3 Release notes Sourced from json5's...
This condition breaks if `config.sass.options` is undefined. https://github.com/biotope/biotope-build/blob/c7a313212f791349321e1a5a769adc3469984df8/tasks/sass.js#L24
Hi 👋, Status Quo: We build one version for each component and a "global" build for common JS/CSS. Proposed Change: I would like to have multiple bundles for different targets....
If I have in projectConfig.js this: ``` externalResources: { '@webcomponents' : [ 'webcomponentsjs/webcomponents-bundle.js', 'webcomponentsjs/webcomponents-bundle.js.map' ] ``` Only the .js file ends up in vendor and not the .js.map file. Please...
Scenario: A developer installs 2 dependencies in his biotope project, both having an entrypoint file with the name `index.js`. He registers them both in `projectConfig.js`. During the `serve` process, biotope...
This is your biweekly update of **all** npm dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...
**Is your feature request related to a problem? Please describe.** We would like to improve the findability of the Biotope website when people are using a search engine. A link...