chestnut
chestnut copied to clipboard
Application template for Clojure + ClojureScript web apps
In the latest version of CIDER, `cider-cljs-lein-repl` is deprecated. Emacs says: cider-cljs-lein-repl is obsolete (since 0.17); use ‘cider-default-cljs-repl’ instead This PR fix it.
- [x] I am reporting a bug or problem in Chestnut Steps to reproduce: - Create a new app using e.g. `lein new chestnut portal +bidi +site-middleware +re-frame +garden` -...
Even when the handler is loaded using C-c C-c or C-c C-e, (go) must be used in order for the handler's update to take effect. Adding ```wrap-reload``` in config.clj doesn't...
The first time (go) is run in the repl, it starts the server, doing it again gives the following: ``` user> (go) Execution error (AbstractMethodError) at myapp.components.shell_component.ShellComponent/stop (shell_component.clj:-1). Method myapp/components/shell_component/ShellComponent.stop()Ljava/lang/Object;...
I have an app created using Chestnut, and there's an image in the project in the location: resources/public/img.png. I want to use this image in my app, but doing ```[:img...
- [x] I am reporting a bug or problem in Chestnut I generated an app from the template to try it for the first time. `lein new chestnut demochest +garden...
- [x] I am reporting a bug or problem in Chestnut I create a new project and then try to launch the repl: ```bash ➜ lein new chestnut frontend-two --snapshot...
This came up after some questions on Clojurians Slack, there are some things which can be counterintuitive when using cljsbuild directly - running `lein cljsbuild once` blows up The reason...
Add a `+sente` flag which adds two components (frontend + backend) that encapsulate the sente boilerplate.