Skip to content

Commit

Permalink
Merge pull request #4930 from BookStackApp/split_md_js
Browse files Browse the repository at this point in the history
JS Build: Split markdown to own file, updated packages
  • Loading branch information
ssddanbrown committed Apr 8, 2024
2 parents ee40adf + f5e6f95 commit dde1f27
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 335 deletions.
1 change: 1 addition & 0 deletions dev/build/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const entryPoints = {
app: path.join(__dirname, '../../resources/js/app.js'),
code: path.join(__dirname, '../../resources/js/code/index.mjs'),
'legacy-modes': path.join(__dirname, '../../resources/js/code/legacy-modes.mjs'),
markdown: path.join(__dirname, '../../resources/js/markdown/index.mjs'),
};

// Locate our output directory
Expand Down

0 comments on commit dde1f27

Please sign in to comment.