martinklepsch / tenzing

⚡️ Clojurescript application template using Boot
Eclipse Public License 1.0
403 stars 39 forks source link

Fix source map location to cljs #74

Closed pepe closed 7 years ago

pepe commented 7 years ago

As discussed in https://github.com/adzerk-oss/boot-cljs/issues/136 the declared source map location, when cljs is compilled with :source-map true option, is actually wrong. The workaround is to remove the option.

pepe commented 7 years ago

75 was merged, thank you very much.