electron-and-clojurescript icon indicating copy to clipboard operation
electron-and-clojurescript copied to clipboard

💡 Make an electron app with nothing but ClojureScript!

Results 4 electron-and-clojurescript issues
Sort by recently updated
recently updated
newest added

Hey, after downloading your repo, setting optimalisations to `:none` and making ``` boot build-prod electron-packager target/ MyApp --platform=darwin --arch=x64 --version=0.31.2 open MyApp-darwin-x64/MyApp.app ``` I'm getting Error: Cannot find module '/main.out/goog/bootstrap/nodejs.js'...

Add a `(target)` task to `prod-build` so that changes get written to disk.

Websocket failed to construct... Ref issue: [boot-reload/93](https://github.com/adzerk-oss/boot-reload/issues/93)