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

Fix test server file serving #5241

Merged
merged 5 commits into from
Dec 22, 2015
Merged

Conversation

stefanpenner
Copy link
Contributor

No description provided.

outputDir has nothing to do with this, as the files are served
from the latest broccoli build directory not `dist`.

This is the case, to allow concurrent broccoli builds of different environments.
If we served from `dist` we would serve w/e the last build was, regardless
if it matched the environment the server is running in
* lstatSync(symlink).isFile() is always false, as isSymoblicLink() == true
* statSync(symlink).isFile() is true if the symlink source is a file
stefanpenner added a commit that referenced this pull request Dec 22, 2015
@stefanpenner stefanpenner merged commit 7b7a024 into master Dec 22, 2015
@stefanpenner stefanpenner deleted the fix-test-server-file-serving branch December 22, 2015 03:15
homu added a commit that referenced this pull request Dec 22, 2015
Backports #5241 (Fix test server file serving).
homu added a commit that referenced this pull request Dec 22, 2015
Backports #5241 (Fix test server file serving).
stefanpenner added a commit that referenced this pull request Dec 22, 2015
Backports #5241 (Fix test server file serving).
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.

None yet

2 participants