Fork me on GitHub
#beginners
<
2015-07-03
>
locks02:07:20

what's currently the best way to get a clojurescript project started? I heard something about a tool that replaces leiningen

dnolen02:07:57

@locks you should definitely do the Quick Start if you havenโ€™t. FigWheel is probably the easiest thing

locks02:07:09

@dnolen: you already gave your Om Next talk right? super curious to watch it

dnolen02:07:28

yep hopefully up soon

locks02:07:57

oh my, figwheel is sweet!

meow14:07:59

Anyone good with regular expressions? I need to modify this one: (def +re-clj-files+ #"(^.*\.cljs)$") so that it picks up files with .clj, .cljc, or .cljs extensions.

samflores14:07:50

#"(^.*\.clj[sc]?)$โ€

meow14:07:07

you get a gold star for today ๐Ÿ˜‰

meow14:07:24

๐ŸŒŸ