-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Do not disable in production #265
Conversation
This makes things not disabled in production anymore, and removes old MU code.
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.
Not sure if you needed a specific reviewer's permission to merge, but the changes looked good to me.
I'd like @rwjblue to give a once over before we merge! |
app.import('vendor/welcome-page.css'); | ||
}, | ||
|
||
config: function() { | ||
|
||
config() { |
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.
We should remove this also, any MU support code should be released before the next major.
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 had initially removed all MU code, but @locks wanted me to remove those changes to make the changelog cleaner and do it in another PR.
The convo in #262 is current, and AFAICT the status is unchanged. |
This makes things not disabled in production anymore.
Closes #262