Fork me on GitHub
#lein-figwheel
<
2015-11-02
>
darwin17:11:13

@bhauman: I have just documented my figwheel plugin for cljs-devtools here: https://github.com/binaryage/cljs-devtools/wiki/Figwheel-REPL-plugin, would be nice to get a link from figwheel readme or wiki simple_smile

bhauman17:11:42

@darwin very cool I will surely link to it

bhauman17:11:20

@darwin I saw part of a conversation where you seemed to mention that figwheel was forcing a file system structure on you?

darwin17:11:52

@bhauman: not figwheel, lein cljsbuild, no big deal

bhauman17:11:58

you know you can use figwheel to do one off builds right?

darwin17:11:11

you mean like specifying build profiles?

darwin17:11:13

I use that

bhauman17:11:16

yeah from the repl you can call (clean-builds) (build-once prod)

bhauman17:11:03

or (clean-builds prod)

bhauman17:11:08

(build-once prod)_

darwin17:11:12

nice, I don’t control figwheel/builds from repl, I just have some shell scripts

darwin17:11:21

but good to know