Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 652 Bytes

chrome-devlopment-tips.md

File metadata and controls

6 lines (6 loc) · 652 Bytes

Chrome Development Tips

  1. Install Chrome Apps & Extensions Developer Tool
  2. You can load the whole repo as an unpacked extension
  3. Add the www folder to your workspace
  4. To be able to edit and save files within the Chrome dev console, map the browser's index.html file to the workspace www/index.html
  5. To avoid debugging libraries, go to Chrome Dev Console -> Settings -> Blackboxing and add \.min\.js$, /backbone\.js$, jquery.js and /angular\.js$