angular-sails icon indicating copy to clipboard operation
angular-sails copied to clipboard

Dist folder not up to date with source

Open tkarls opened this issue 10 years ago • 0 comments

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.

tkarls avatar Apr 28 '16 13:04 tkarls