Skip to content

Commit

Permalink
Add files to web build script
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbaunwall committed Jun 15, 2024
1 parent eb95a91 commit 129cffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dsl/dlang/scripts/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ const logError = (err) => {
cp('./node_modules/monaco-editor-workers/dist/index.js', './static/monaco-editor-workers/index.js', logError);
cp('./node_modules/monaco-editor-workers/dist/workers/editorWorker-es.js', './static/monaco-editor-workers/workers/editorWorker-es.js', logError);
cp('./node_modules/monaco-editor-workers/dist/workers/editorWorker-iife.js', './static/monaco-editor-workers/workers/editorWorker-iife.js', logError);
cp('./syntaxes', './static/syntaxes', { recursive: true }, logError);
cp('./language-configuration.json', './static/language-configuration.json', logError);

0 comments on commit 129cffa

Please sign in to comment.