您的位置:首页 > Web前端 > CSS

如何保存chrome toolbar 下面对css的修改

2013-11-22 16:45 741 查看
In the Chrome Dev Tools, it's possible to save changed CSS and JavaScript files from the Sources panel, and see what changes (diffs) have been made to those files.

For example:

Open a JavaScript or CSS file in the Sources panel.

Click in the source.

Make changes.

Press Command-S or Ctrl-S to save changes.

Right click on the source code (or in the Sources panel sources tree) and select
Local modifications to view versioning.

Right-click, select Save As..., and choose a location on disk to save the file. Subsequent saves will save to this location.

转自:http://stackoverflow.com/questions/6332605/updating-file-using-developers-tool-firebug
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: