mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
When using single-quotes in config.yml, the previous
regular expression in build/generate-cli.js wasn't working correctly,
it was replacing ALL string values with hashes.
Now both double- and single-quotes can be used in config.yml,
and the RegExp will work as expected.
Also, allow trailing whitespaces and empty ("") values to be matched.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
|
||
|---|---|---|
| .. | ||
| .eslintrc.json | ||
| banner.js | ||
| build-plugins.js | ||
| change-version.js | ||
| generate-sri.js | ||
| postcss.config.js | ||
| rollup.config.js | ||
| ship.sh | ||
| svgo.yml | ||
| vnu-jar.js | ||
| zip-examples.js | ||