Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Fix for flawless heroku deploy #44

Merged
merged 3 commits into from
Aug 2, 2016
Merged

Conversation

Zinssmeister
Copy link
Contributor

@Zinssmeister Zinssmeister commented Aug 2, 2016

fixes #43

@@ -14,6 +14,6 @@ namespace :webpack do
raise "Can't find our webpack config file at #{config_file}"
end

sh "#{webpack_bin} --bail --config #{config_file}"
sh "#{webpack_bin} --config #{config_file}" --bail
Copy link
Owner

Choose a reason for hiding this comment

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

I .. hm. How does this fix it? Woudln't moving the --bail outside of the quotes be a syntax error?

@Zinssmeister
Copy link
Contributor Author

had a typo, --bail now inside quotes.
Some (confusing) details here webpack/webpack#708

@mipearson mipearson merged commit 62015c4 into mipearson:master Aug 2, 2016
@mipearson
Copy link
Owner

tyvm :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Heroku Build fails
2 participants