7 ms·
I've always wanted the ability to just save my HTML/CSS changes in Chrome Dev Tools to the source files ("Future #3"). Why has that not been done yet? Would sav
by JDiculous 7y ago
I've always wanted the ability to just save my HTML/CSS changes in Chrome Dev Tools to the source files ("Future #3"). Why has that not been done yet? Would save a ton of time.
- jerven 7y agoFirefox can do this for the css files, which I use quite often. Never thought about the HTML side as that is in templates anyway.
- robenkleene 7y agoMy understanding is Chrome Workspaces[0] already do this. But the problem here is how do you make this work with asset pipelines for SASS, HTML template to languages, etc...? [0]: https://developers.google.com/web/tools/chrome-devtools/workspaces/ https://developers.google.com/web/tools/chrome-devtools/work...
- bartproost 7y agoA friend recently made this: https://devsync.co/ https://devsync.co/. Not sure if it works with html, but it makes the finicky css a thing of the past.
- gitgud 7y agoPretty sure you can already add local folders and save files in Chrome dev tools... https://developers.google.com/web/tools/chrome-devtools/workspaces https://developers.google.com/web/tools/chrome-devtools/work...