Skip to content

Commit

Permalink
add tailwind.css file to alwaysCopiedFiles (#6040)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloBuchu authored Mar 22, 2023
1 parent 546cb0c commit e5fef2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ide-desktop/lib/content/esbuild-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export function alwaysCopiedFiles(wasmArtifacts: string) {
path.resolve(THIS_PATH, 'src', 'run.js'),
path.resolve(THIS_PATH, 'src', 'style.css'),
path.resolve(THIS_PATH, 'src', 'docsStyle.css'),
path.resolve(THIS_PATH, 'src', 'tailwind.css'),
...wasmArtifacts.split(path.delimiter),
]
}
Expand Down

0 comments on commit e5fef2f

Please sign in to comment.