css - How can I config workspace in chrome? -


i'm trying activate workspace tool local project. want apply css changes on codes when edit them browser.

i've added folder, perfix url , path of project chrome this:

enter image description here

but still there isn't change in codes when change browser, what's wrong?

here steps map local workspace server path, using example:

  1. click "add folder" in workspace settings, , navigate working directory. click "allow" in bar @ top grant chrome permissions.

permissions

  1. add mapping between server , path

mapping workspace

  1. load url , navigate sources tab. open file , start editing. if save cmd+s (mac) / ctrl+s (windows / linux), changes persisted in workspace.

    editing file

you can read more information official documentation here, shows how add directly sources panel. read limitations section, in case trying isn't supported.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -