sensaura-public / iotweb

A simple HTTP and WebSocket server component for Windows 10 IoT Core and .NET 4.5
38 stars 21 forks source link

Ability to handle special characters in resources names #4

Closed lprichar closed 8 years ago

lprichar commented 8 years ago

I'm using Angular 2 in my project, which has special characters in resources names. I suppose if there were unit tests in this project I would add one such that a request to:

@angular/platform-browser-dynamic/platform-browser-dynamic.umd.js

maps to the resource:

_angular.platform_browser_dynamic.platform-browser-dynamic.umd.js

sensaura-public commented 8 years ago

Thanks for changes. I agree that unit tests are needed for the project, adding CI support would be nice as well.