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

Expose EmberCLI.compile! to as Rake task #73

Merged
merged 1 commit into from
Jan 30, 2015
Merged

Expose EmberCLI.compile! to as Rake task #73

merged 1 commit into from
Jan 30, 2015

Conversation

seanpdoyle
Copy link
Contributor

Setting up a rake hook for ember-cli:compile ensures that rake spec
executes with the apps already compiled.

task spec: ["ember-cli:compile"]

This prevents timeouts for waiting to compile the apps on the first request.

Setting up a rake hook for `ember-cli:compile` ensures that `rake spec`
executes with the apps already compiled.

```ruby
task spec: ["ember-cli:compile"]
```

This prevents timeouts for waiting to compile the apps on the first
request.
rwz added a commit that referenced this pull request Jan 30, 2015
Expose `EmberCLI.compile!` to as Rake task
@rwz rwz merged commit d2a0c80 into thoughtbot:master Jan 30, 2015
@rwz
Copy link
Collaborator

rwz commented Jan 30, 2015

👍

@seanpdoyle seanpdoyle deleted the expose-compile-to-rake branch January 30, 2015 18:16
@rwz
Copy link
Collaborator

rwz commented Jan 30, 2015

Released 0.1.4

@rondale-sc
Copy link
Collaborator

🍻

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