Vlad Filippov
Vlad Filippov
And lastly could you check the "enable touch events" flag in `chrome://flags` 
@toxicdog try this: with the _ARChon custom runtime_, 1. go into `gen_index.min.js`: https://bitbucket.org/vladikoff/archon/src/e8a4a32c1bc21c5008e4f64798469d25e21c8b1a/gen_index.min.js?at=master#cl-846 change `a.setAttribute("touchscreen", "ontouchstart"in document.documentElement);` to `a.setAttribute("touchscreen", true);` 2. go into `plugin.js` https://bitbucket.org/vladikoff/archon/src/e8a4a32c1bc21c5008e4f64798469d25e21c8b1a/plugin.js?at=master#cl-541 change `pluginObject.setAttribute('touchscreen', 'ontouchstart' in document.documentElement);`...
I don't have a Win8 touch device that I can debug this issue on. I'll try to find a test device soon.
@TheWraithL98 I ordered the HP Stream 7 and will try to test on that, thanks for letting me know!
Hey @MeoMix could you rebase this PR and add documentation for the options under `docs/` ?
> I also figured out the reason. fs.copyFile(Sync) calls into the OS to copy the file where as grunt.file.copy reads bytes and writes bytes. This ends up triggering the windows...
@jmeas is this going to be a module? i.e `grunt-lib-sourcemap`?
Fixed in version 4.0.0 of this plugin
Hey @jzaefferer is this issue for us or for [JSHint](https://github.com/jshint)?