figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
vikeri 2019-07-31T11:00:40.003900Z

Hi, I have issues connecting to the REPL in React Native. Does anyone know what a plausible issue could be?

practicalli-john 2019-08-01T16:02:56.029900Z

Interesting. I always use lein fig:build to run the project.

vikeri 2019-07-31T11:14:06.004300Z

I also have problems with the clojurescript compilation taking forever.

lumpy 2019-07-31T19:33:38.006Z

I’m getting a weird issue where figwheel is serving the example page html instead of my index page. all other routes in my handler file are working properly. Really has me stumped, just started happening out of nowhere

lumpy 2019-07-31T19:33:54.006400Z

Tried updating figwheel, which didn’t help.

lumpy 2019-07-31T19:34:12.006600Z

<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <div id="app">
    </div>
    <script src="js/example.js" type="text/javascript"></script>
  </body>
</html>

lumpy 2019-07-31T19:34:28.007Z

this is the html being served, this doesn’t exist anywhere in my project