Bug 132992

Summary: Web Inspector: Auto-save changes to disk
Product: WebKit Reporter: Shawn Strickland <sjstrick>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Minor CC: graouts, joepeck, timothy, webkit-bug-importer
Priority: P1 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.9   

Description Shawn Strickland 2014-05-16 09:23:24 PDT
I like the Command-S in the editor to save the changes you've made to the disk.  However, I use Webkit as a development browser as well and would prefer something that auto-saves as you guy a-la what current Chrome can do.  SCSS and LESS integration would be preferred.
Comment 1 Radar WebKit Bug Importer 2014-05-16 09:26:13 PDT
<rdar://problem/16941799>
Comment 2 Timothy Hatcher 2014-05-16 09:34:24 PDT
Command-S again will save to disk without a prompt. Auto-save likely won't happen without some other considerations.
Comment 3 Shawn Strickland 2014-05-16 09:38:08 PDT
Ok, I didn't realize this.  Is there utilization of Source Maps so that SCSS/LESS editing can be implemented?
Comment 4 Timothy Hatcher 2014-05-16 09:43:06 PDT
We do support source maps, they should show up in the Resources sidebar. If they are local file URLs, they can be edited and saved too. We just don't have the auto-reload of SCSS or LESS when those files get regenerated. We have other bugs tracking that.
Comment 5 Shawn Strickland 2014-05-16 09:44:41 PDT
Marked as resolved for later as other bugs are addressing this.