v0.4.0
版本发布时间: 2022-05-10 07:36:26
luangjokaj/wordpressify最新发布版本:v0.4.0-9(2022-09-22 17:52:29)
In this version, we move NodeJS and all its dependencies into a container to keep your local development environment cleaner and to simplify Wordpressify even more. However, if you have NodeJS installed locally you can still use the npm commands as shortcuts. Otherwise, you only need Docker as the main dependency.
-
📦 NEW:
npm run dev
replaced withnpm run start
ordocker compose up
-
📦 NEW:
npm run env:rebuild
replaced withnpm run rebuild
ordocker compose down -v
, thendocker compose build
-
📦 NEW:
npm run prod
replaced withnpm run export
ordocker compose run --rm nodejs npm run prod
-
📦 NEW:
npm run backup
replaced withnpm run export:backup
ordocker compose run --rm nodejs npm run backup
-
📦 NEW:
npm run lint:css
replaced withnpm run lintcss
ordocker compose run --rm nodejs npm run lint:css
-
📖 DOC: Update documentation and website.
-
🐛 FIX: Windows build.
-
A special thank you to @mountainash for this contribution.