Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #136 source-map-path #157

Merged
merged 1 commit into from
Apr 3, 2017
Merged

Conversation

thosmos
Copy link
Contributor

@thosmos thosmos commented Mar 29, 2017

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.

CLJS compiler option `:source-map-path` doesn’t seem to be needed or used
and its inclusion when `:source-map true` creates a bad source-map path
with the newer CLJS compiler 1.9.495, but not with older 1.7.228.
This fix simply removes the compiler option.
@Deraen
Copy link
Contributor

Deraen commented Apr 3, 2017

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.

@Deraen Deraen merged commit f622c76 into boot-clj:master Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sourcemap has wrong location for .cljs files
2 participants