Skip to content

Commit

Permalink
Merge pull request #6 from wesnel/wesnel/fix-readme-command
Browse files Browse the repository at this point in the history
Mention correct production build command in `README`
  • Loading branch information
jillesvangurp authored Feb 5, 2025
2 parents 843e59b + bad12e7 commit ce8a26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The `-t` option monitors the source code for changes and will trigger incrementa
To produce production web assets that you can deploy to any webserver, run

```bash
./gradlew jsBrowserProductionWebpack
./gradlew jsBrowserDistribution
```

This compiles everything and then packs everything up with webpack. All the assets in src/jsMain/resources are copied to the root along with the compiled source code in javascript form and an `index.html` file. All the styling is done using [tailwind CSS](https://tailwindcss.com/).
Expand Down

0 comments on commit ce8a26b

Please sign in to comment.