Fork me on GitHub
#cljsrn
<
2016-06-04
>
debug08:06:04

What would be the preferred tools to see sourcemaps with Chromium?

debug15:06:37

Has anyone come across something like this? "Unable to load source map: "sources" is a required argument."

debug15:06:57

This is outrageous, explicitly asked to convert a js vector to clj, yet it throws "No protocol method IAssociative.-assoc defined for type object: [object Object]" exception

debug15:06:04

(register-handler
  :process-data
  (comp debug validate-schema-mw)
  (fn [db [_ value]]
    (js/console.warn (js->clj value))
    (assoc db :data (js->clj value))))

debug15:06:51

Also, is minification necessary for source maps to work?