olmokramer / atom-stylus-autocompile

Compile .styl files on save in Atom
MIT License
5 stars 4 forks source link

Inconsistent sourcemap comment if source and destination have different names #7

Closed pasqLisena closed 8 years ago

pasqLisena commented 8 years ago

I have this source file:

input.styl

I set in output (and I obtain):

output.css
output.css.map

But the last line of the css file is:

/*# sourceMappingURL=input.css.map */

This prevent the browsing to find the correct file.

olmokramer commented 8 years ago

Should be fixed as of v0.4.0 :)