Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpapercut committed May 3, 2024
1 parent 216e19c commit 85ac7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ esbuild.build({
});

// Copy CSS files
fs.copyFileSync('node_modules/katex/dist/katex.css', 'dist/wypst.css');
fs.copyFileSync('node_modules/katex/dist/katex.min.css', 'dist/wypst.min.css');
fs.copyFileSync('./node_modules/katex/dist/katex.css', './dist/wypst.css');
fs.copyFileSync('./node_modules/katex/dist/katex.min.css', './dist/wypst.min.css');

0 comments on commit 85ac7bf

Please sign in to comment.