borschik / borschik

Extendable builder for text-based file formats
http://bem.info/articles/borschik/
MIT License
102 stars 66 forks source link

Source Maps #17

Open generalov opened 11 years ago

generalov commented 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.

eakorolev commented 10 years ago

Look at #44