-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Ignore fastboot build output file if app unused/disable fastboot #468
Conversation
btw, i find a related issue : #320 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, can you add a test similar to https://github.com/ember-cli/ember-fetch/blob/master/test/fastboot-build-test.js?
hi, @xg-wang , unit test appended is passed in local dev env , but CI is fail in pull. |
@houfeng0923 I think CI fails because node8 doesn't have |
sorry, @xg-wang, last commit is passed in unit test, but CI always fail , |
}); | ||
}); | ||
|
||
it('build with process.env.FASTBOOT_DISABLED', function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default app does not have ember-cli-fastboot, this test needs to install then set the flag to actually test the case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i know u meaning, but i think it's a case point in ember fastboot.
but if you think so, case can update .
@houfeng0923 the dependency issue is resolved, I tried to push your branch to a fork and ci is passing https://github.com/xg-wang/ember-fetch/runs/533697154 |
hi @xg-wang :
i am doing work on reducing assets files size for deploy.
there is no ember-cli-fastboot in my project , so can we remove fetch-fastboot file in outputTree ? .