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

Cleanup Rake Tasks #79

Merged
merged 1 commit into from
Feb 9, 2015
Merged

Cleanup Rake Tasks #79

merged 1 commit into from
Feb 9, 2015

Conversation

seanpdoyle
Copy link
Contributor

  • We don't need to require the sprockets tasks
  • override_assets_precompile_task is an overcomplication of task foo: :bar
  • We should make ember-cli:compile depend on
    ember-cli:install_dependencies
    • Worst case scenario, the npm install is a no-op

* We don't need to require the sprockets tasks
* `override_assets_precompile_task` is an overcomplication of `task foo:
  :bar`
* We should make `ember-cli:compile` depend on
  `ember-cli:install_dependencies`
  * Worst case scenario, the `npm install` is a no-op
rwz added a commit that referenced this pull request Feb 9, 2015
@rwz rwz merged commit b8bbeb3 into thoughtbot:master Feb 9, 2015
@rwz
Copy link
Collaborator

rwz commented Feb 9, 2015

👍 🎉 Thanks!

@seanpdoyle seanpdoyle deleted the cleanup-rake-tasks branch February 9, 2015 03:12
@rondale-sc
Copy link
Collaborator

@seanpdoyle Nice! 🍻

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.

3 participants