not too sure where to ask this, but looks like something related to figwheel - i get this error when i connect to figwheel
Uncaught Error: goog.require could not find: cljs.spec
at Object.goog.require (base.js:711)
at repl.cljs?rel=1502290033747:9
goog.require @ base.js:711
(anonymous) @ repl.cljs?rel=1502290033747:9
base.js:1167 GET <http://0.0.0.0:3449/js/compiled/out/figwheel/connect/dev.js>
goog.writeScriptSrcNode_ @ base.js:1167
goog.writeScriptTag_ @ base.js:1241
goog.importScript_ @ base.js:951
goog.writeScripts_ @ base.js:1394
goog.require @ base.js:706
(anonymous) @ (index):10
pretty basic project that i've set up so far w clojurescript 1.9.854
, clojure 1.9.0-alpha14
, and lein-figwheel 0.5.12
is google closure somehow stripping out cljs.spec
as dead code?
Is it possible to get figwheel to watch changes to a foreign lib?
Or, more generally, to an arbitrary file?
(outside the source path)
Hmm, looks like it's already supposed to watch foreign libs
So…I have no idea what's going wrong here 😛
@shzhng so you have learned about cljs.spec.alpha
by now?
er seems like a namespace change
is figwheel still using cljs.spec
?
or whatever package repl.cljs
belongs to?