- Issue created by @pivica
- Status changed to Needs review
about 1 year ago 9:32am 31 October 2023 - Status changed to Fixed
9 months ago 2:03pm 12 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.
It started to create problems with next error
sh: 1: npm-run-all: Permission denied
Additionally it is not really needed, we can easily change build command from
"build": "npm-run-all build-install build-icons build-browsers build-css"
to this
"build": "npm run build-install & npm run build-icons &npm run build-browsers & npm run build-css"
Provide update function that will do this changes in child themes.
Fixed
1.0
BS Bootstrap
Automatically closed - issue fixed for 2 weeks with no activity.