DevTools: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
* [http://anti-code.com/devtools-cheatsheet/ Chrome Devtools Cheatsheet]
 
* [http://anti-code.com/devtools-cheatsheet/ Chrome Devtools Cheatsheet]
 
* [http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/ Chrome DevTools Revolutions 2013]
 
* [http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/ Chrome DevTools Revolutions 2013]
 +
* [http://devtoolsecrets.com/ Secrets of the Browser Developer Tools]
  
 
==Sass==
 
==Sass==

Version vom 16. August 2013, 07:27 Uhr

Sass

Experiments

Enable experiments:

  • navigate to about:flags, then find Enable Developer Tools experiments, enable it and restart Chrome.

Chrome Installation

under Ubuntu:

  • 1) Uninstall:
    • sudo apt-get purge google-chrome-stable
    • sudo apt-get autoremove
  • 2) Install the dev channel version of Chrome