简体   繁体   中英

How can I reload code in a Clojure pedestal repl for a quick development workflow?

I am using Pedestal (pedestal.io) and in development am running the server from inside a repl.

When I make a change to the application code (such as changing the html template) how can I have the repl reflect these changes automatically upon save of file and have them show up on browser refresh?

您可能需要参考auto-reload-server示例,该示例使用ns-tracker查看代码中的更改

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM