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

Move generated files to dist folder #1025

Merged
merged 1 commit into from
Nov 25, 2016

Conversation

darrachequesne
Copy link
Member

No description provided.

@@ -1,7 +1,7 @@

REPORTER = dot

build: socket.io.js socket.io.min.js
build: socket.io.js
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate build

@darrachequesne darrachequesne merged commit 3ba3fe3 into socketio:master Nov 25, 2016
@darrachequesne darrachequesne deleted the use-dist branch November 25, 2016 22:32
darrachequesne added a commit to darrachequesne/socket.io that referenced this pull request Nov 27, 2016
Following socketio/socket.io-client#1025, the
output files are now generated in the dist directory.
darrachequesne added a commit to socketio/socket.io that referenced this pull request Nov 27, 2016
Following socketio/socket.io-client#1025, the
output files are now generated in the dist directory.
@darrachequesne darrachequesne added this to the 1.7.0 milestone Nov 27, 2016
@@ -12,7 +12,7 @@

A standalone build of `socket.io-client` is exposed automatically by the
socket.io server as `/socket.io/socket.io.js`. Alternatively you can
serve the file `socket.io.js` or `socket.io.min.js` found at the root of this repository.
serve the file `socket.io.js` or `socket.io.min.js` found in the `dist` folder.
Copy link

@lo1tuma lo1tuma Nov 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the path of socket.io.min.js was even documented I think this is a breaking change which was shipped in a minor release.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for that 😕

dzad pushed a commit to dzad/socket.io that referenced this pull request May 29, 2023
Following socketio/socket.io-client#1025, the
output files are now generated in the dist directory.
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 this pull request may close these issues.

2 participants