Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Chrome devtools live editing #5

Open
halilim opened this issue Feb 27, 2015 · 0 comments
Open

Chrome devtools live editing #5

halilim opened this issue Feb 27, 2015 · 0 comments

Comments

@halilim
Copy link

halilim commented Feb 27, 2015

Does this support live editing through Chrome devtools? Steps I've taken:

  • Clone & bundle install & npm install & rails s & gulp.
  • Observe that source mappings work correctly (global.sass shows up in the devtools instead of global.css).
  • Workspace mappings (http://localhost:3001/source/global.sass -> file:///Users/halil/Code/test/gulp-rails-pipeline/gulp/assets/stylesheets/global.sass).
  • Click and edit some CSS on the dev toolbar.

Results:

  • Browser sync fires before I finish my edit and global.sass is converted to global.css (video) .
  • Changes aren't synced to global.sass.

Expected:

  • global.sassis modified.

PS: Thanks for your efforts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant