mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Sourcemaps are only built for files during development builds #357

Closed Mossop closed 8 years ago

Mossop commented 8 years ago

Right now we only build sourcemaps when transpiling files for development builds but we also skip transpiling files if they haven't changed since the last time. To make matters worse, test runs do a non-development build.

So a file will only have a valid sourcemap if you do a development run immediately after changing it.

We should probably just always do source maps, since they aren't embedded I don't think it buys us much.

Mossop commented 8 years ago

Fixed by #525

victorporof commented 8 years ago

@Mossop Actually fixed by https://github.com/mozilla/tofino/pull/522