Vlad Filippov
Vlad Filippov
@jmeas @mzgoddard ping
We are gonna look into this. If you figure out how to ungarble your page before us, let us know.
@donaldpipowitch Thanks for checking! We shall investigate :mag:
Thanks for creating this issue. We need to brainstorm this in the future. Here's some examples of how other tools handle it: ``` ~/dev $ rake rake aborted! No Rakefile...
How do you track 'Hot' components?
@isaacdurazo after a couple months we've received a lot of PRs and requests to add projects to this list. We will probably get more requests in the future. How should...
Related https://github.com/gruntjs/grunt-contrib-uglify/issues/249
This feature might be useful yeah. A workaround right now is to write a simple task that does something like: ``` var updateMap = JSON.parse(fs.readFileSync(SOURCEMAP_PATH)); updateMap.sources = ['some-path.js']; fs.writeFileSync(SOURCEMAP_PATH, JSON.stringify(updateMap));...
@sourcey feel free to experiment with stuff!
I used the custom schemes from the Android version in my projects and would love if the iOS version of AppAuth also had parity with this. On Wed, May 9,...