boot-clj / boot-cljs

Boot task to compile ClojureScript programs.
Eclipse Public License 1.0
176 stars 40 forks source link

Fix #136 source-map-path #157

Closed thosmos closed 7 years ago

thosmos commented 7 years ago

Removing the set of compiler option :source-map-path fixed #136 for me in all scenarios with both :optimizations :none and :simple and with both CLJS 1.9.495 and 1.7.228.

Deraen commented 7 years ago

Seems to work. I tried to decipher why :source-map-path was provided but it looks has been around since the initial commit, and there aren't any comments about it.