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

Building fails; missing dist-directory #16

Closed
Gottox opened this issue Mar 28, 2012 · 0 comments
Closed

Building fails; missing dist-directory #16

Gottox opened this issue Mar 28, 2012 · 0 comments

Comments

@Gottox
Copy link

Gottox commented Mar 28, 2012

The dist-directory is not included. Therefore make fails with

$ make
/bin/sh: dist/engine.io.js: No such file or directory
make: *** [build] Error 1

Quickfix:

$ mkdir dist

or

--- a/Makefile  Sun Mar 25 11:20:22 2012 -0300
+++ b/Makefile  Wed Mar 28 16:37:54 2012 +0200
@@ -5,12 +5,14 @@
 all: build build-dev

 build:
+   @mkdir -p dist
    @./node_modules/.bin/browserbuild \
        -g eio \
        -m engine.io-client -b lib/ \
        lib > dist/engine.io.js

 build-dev:
+   @mkdir -p dist
    @./node_modules/.bin/browserbuild \
        -g eio \
        -d -m engine.io-client -b lib/ \
@rauchg rauchg closed this as completed Apr 12, 2012
darrachequesne pushed a commit that referenced this issue May 8, 2020
darrachequesne pushed a commit that referenced this issue May 8, 2020
darrachequesne pushed a commit that referenced this issue May 8, 2020
Add MIT license file and update readme
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

No branches or pull requests

2 participants