web-starter-kit
web-starter-kit copied to clipboard
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.6.1 to 15.10.1. Release notes Sourced from stylelint's releases. 15.10.1 Security: fix for semver vulnerability (#7043) (@romainmenke). Fixed: invalid option regression on Windows 10 (#7043) (@romainmenke). 15.10.0...
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...
Styleguide fails if we upgrade @atolye15/kss-node-twig-builder to version 1.3.1 due to missing beautify pipe in html task.
Paths for images are incorrect in sync, copy tasks and sync task in styleguide. ```diff // /gulp/tasks/sync.js -24 dirSync(`${paths.img}`, `${paths.styleguide.dist}/${paths.styleguide.assets.images}`, { +24 dirSync(`${paths.img}`, `${envPath}/${paths.assets.img}`, { ``` ``` // /gulp/tasks/styleguide/sync.js -23...
Also, we shouldn't update `@atolye15/kss-twig-builder`(#243) until this problem will be solved.
There is an error occurs when the 'yarn build' script ran. `'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.` The problem is happening...