PatrickJS / angular-websocket

:arrow_upper_left: The missing Angular WebSocket module for connecting client applications to servers by @AngularClass
https://angularclass.github.io/angular-websocket
MIT License
1.22k stars 195 forks source link

Packaging is confusing #74

Closed ghost closed 8 years ago

ghost commented 8 years ago

The way this module is currently being packaged is a little strange. There is both a dist/ and files in the root causing problems like this. People are not editing the files in src and thus they are getting blasted away every time the shell script gets run.

The following commits were nullified because of this process:

I am currently working on a PR aimed to resolve this. It will require cutting a 2.0 though as I will be removing the duplicated (and unnecessary) files in the root of the project.