enterlab / rente

Rente: Clojure, ClojureScript, Reagent (react) + Sente (web sockets). Heroku-ready!
http://enterlab.com
Eclipse Public License 1.0
57 stars 12 forks source link

figwheel warns on single segment name #8

Closed Tyler-Anderson closed 9 years ago

Tyler-Anderson commented 9 years ago

in start.cljs the single segment namespace "start" triggers figwheel's warning keeping it from updating. screen shot 2015-05-05 at 12 07 26 pm

luposlip commented 9 years ago

Yes, you're right. But since it's only start.cljs and that ns is only meant for actually starting the app, I don't see it as an actual issue.

Of course you're free to put start into rente.start. If you do, and submit a pull request, I'll be happy to integrate it! :-)

luposlip commented 9 years ago

Fixed with Pull Request #9 from @Tyler-Anderson.