geelen / jspm-server

A live-reloading development server for JSPM
144 stars 12 forks source link

dropping sync normalising & improve logging #36

Closed geelen closed 9 years ago

geelen commented 9 years ago

Switched to using System.normalize rather than System.normalizeSync and refactored the way logging happens. Now the command line tool tracks what's happening on the browser side so it doesn't get wiped each time. Hopefully now people can report bugs a bit more easily.