zoukankan      html  css  js  c++  java
  • 【Browser】Chrome Workspace --- save the changes you edit in developer tools

    1. Open the Developer Tools Experiments .If you use Canary, you can skip to step 3.
            In browser, go to "chrome://flag" , enable "Developer Tools Experiments"
     
    2.Restart chrome
     
    3.Enter developer tools setting 
     
     
    4.Enable Workspace function (Developer tools -> setting -> Experiments -> File system folders in Sources 
      
     
    5.For safety, chrome require a ".allow-devtools-edit" file in the file systems you have to set later.
    For example, I use "F:x_projectoctjs"
    IN windows, cmd:
    "echo  > .allow-devtools-edit" or "copy con .allow-devtools-edit"
     
    Then it will create a file.
     
    6.Restart develop tool, there is a workspace area. Enter it andset it. For example, I use "F:x_projectoctjs", and its remote is "https://github.com/younglaker/octjs" which is a project i write recently , a small javascript library.
     
     
    7.Restat developer tools, in source panel,you can see two files, a local and a remote. 
     
     
    Choose remote file to edit. It useless to edit local files.
     
     
    8. For example, change the corder color in source panel, press "ctrl + s" to save, then it will update automatically in sublime.
     
    Before:
     
     
    After:
     
     

    ≡≡≡≡≡≡≡≡≡≡★ From Laker's blog ★≡≡≡≡≡≡≡≡≡≡

    ¤ ╭⌒╮☀Coding and Changing~☀ ╭╭ ⌒╮

    ✪Fighting and Insisting~✪

  • 相关阅读:
    javaWeb下载
    javaWeb上传
    JavaWeb过滤器
    JavaWeb中的监听器
    数据库dbutils
    数据库连接池
    51nod 1837 砝码称重【数学,规律】
    Codeforces Round #437 (Div. 2)[A、B、C、E]
    Codeforces Round #436 (Div. 2)【A、B、C、D、E】
    Codeforces Round #435 (Div. 2)【A、B、C、D】
  • 原文地址:https://www.cnblogs.com/younglaker/p/3160071.html
Copyright © 2011-2022 走看看