1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

JS: Updated packages, fixed lint issue

Left eslint as old due to eslint-config-airbnb-base not yet being
comptible.
Some SASS deprecations to solve.
This commit is contained in:
Dan Brown
2024-12-09 13:07:39 +00:00
parent 55d074f1a5
commit 617b2edea0
4 changed files with 642 additions and 214 deletions

View File

@ -3,7 +3,7 @@
All development on BookStack is currently done on the `development` branch.
When it's time for a release the `development` branch is merged into release with built & minified CSS & JS then tagged at its version. Here are the current development requirements:
* [Node.js](https://nodejs.org/en/) v18.0+
* [Node.js](https://nodejs.org/en/) v20.0+
## Building CSS & JavaScript Assets