Kenneth Auchenberg

Results 40 comments of Kenneth Auchenberg

Added a dummy version as a temp workaround in https://github.com/auchenberg/chrome-devtools-app/commit/64dec737ffdcef0e115dd084c125e6232ea2085c

Yes. I've been thinking about adding this myself. However I don't know if it's worth spending more time on dependo, now that the [webpack project](http://webpack.github.io/) has built a better analysis...

Hi, Which browser are you using? In Chrome urls that begins with file:// isn't working because the extension couldn't though the extension-validation. But since your are a local web-server, is...

Hmm, can you provide me with an URl to your stylesheet? It could contain some characters which is troubling for the script. Seems weird since I'm appending a new querystring...

Ahhh, it's because of the @imports. The current version of the extensions is finding all tags and updating the urls. The stylesheets isn't parsed, and therefore @import's isn't updated. Guess...

I haven't updated CSS Reloader for years now, and I personally use LiveReload2. Try it out https://github.com/livereload/livereload-js The "evolution" of CSS Reloader.

The property is actually still called `Webkit-Version` as per https://code.google.com/p/chromium/codesearch#chromium/src/components/devtools_http_handler/devtools_http_handler.cc&q=Webkit-versio&sq=package:chromium&type=cs&l=566

@kzahel The DevTools version is selected on a per-commit basis. No special policy or process.

@likezjuisee Could be because you already have a DevTools instance or other tool connected to the page?