Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dist folder not up to date with source #93

Open
tkarls opened this issue Apr 28, 2016 · 0 comments
Open

Dist folder not up to date with source #93

tkarls opened this issue Apr 28, 2016 · 0 comments

Comments

@tkarls
Copy link

tkarls commented Apr 28, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant