ariatemplates / ariatemplates

Aria Templates client-side framework
Apache License 2.0
84 stars 60 forks source link

Support for source maps; minimum Fiddler rules #839

Open jakub-g opened 10 years ago

jakub-g commented 10 years ago

It would be interesting to see if we can at all support source maps (since we're evaling most of the stuff).

http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ https://developers.google.com/chrome-developer-tools/docs/javascript-debugging#source-maps

Related, also it would be nice to release minimalistic Fiddler rules file which supports dev <-> min files redirection, and redirection to other versions of the framework (though this depends on the server-side directory/URLs strcuture, so should be accompanied with a blog article probably).

jakub-g commented 10 years ago

Regarding the Fiddler rules, they may target our shiny CDN, and/or tell the user how to set up his own CDN locally.