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

only use dev server in manifest if it's enabled #307

Merged
merged 1 commit into from
Apr 30, 2017
Merged

only use dev server in manifest if it's enabled #307

merged 1 commit into from
Apr 30, 2017

Conversation

davetron5000
Copy link
Contributor

Problem

The dev server is configured to be disabled by default in the test environment. However, this setting is ignored when writing the manifest. I believe this was erroneously changed in #295

Solution

Restore that line of code so that if the dev server is not enabled, don't use it in the manifest.

The manifest-test.json will include references to the dev server, even
though it's not enabled by default.  This means that system-style tests
will not bring in the managed assets.
Copy link
Member

@gauravtiwari gauravtiwari left a comment

Choose a reason for hiding this comment

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

Oops! Thanks for the fix 👍

@gauravtiwari gauravtiwari merged commit a32633d into rails:master Apr 30, 2017
rubys added a commit to rubys/awdwr that referenced this pull request May 14, 2017
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