Open generalov opened 11 years ago
The DevTools support editing both styles and scripts live, without the need for a full page refresh. https://developers.google.com/chrome-developer-tools/docs/authoring-development-workflow#live-editing
For compiled/combined/minified resources DevTools can parse the Source Map and make it appear as though you're running unminified and uncombined files.
https://developers.google.com/chrome-developer-tools/docs/javascript-debugging?#source-maps
Add support for source maps to borschik, please.
Look at #44
The DevTools support editing both styles and scripts live, without the need for a full page refresh. https://developers.google.com/chrome-developer-tools/docs/authoring-development-workflow#live-editing
For compiled/combined/minified resources DevTools can parse the Source Map and make it appear as though you're running unminified and uncombined files.
https://developers.google.com/chrome-developer-tools/docs/javascript-debugging?#source-maps
Add support for source maps to borschik, please.