angular-sails
angular-sails copied to clipboard
Dist folder not up to date with source
Hello.
I installed this using bower today and immediately got a problem with this.
this.config = {
transports: ['websocket', 'polling'],
useCORSRouteToGetCookie: false
};
As it should be
this.config = {
transports: ['polling', 'websocket'],
useCORSRouteToGetCookie: false
};
to get pass my proxy.
However, I found this to be fixed a while back #83 But the problem is that the dist folder isn't up to date so when using via bower you get old code.