Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBroudin committed Dec 9, 2014
1 parent 00e5ac0 commit 661eb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2014-12-10-what-we-have-learn-from-ember.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ The way components communicate through actions is still very perfectible (notabl

### NOT THAT COOL points
- Despites Broccoli has really cool sides, the Brocfile is a bit complicated, and our frontend team is a little reserved. This lacks some documentation too...
- Broccoli is quite slow compared to Gulp.
- Broccoli looks like to be quite slow and less flexible compared to Gulp.
- The fact that it recompile everthing, including JS even if you change only a line of CSS is not good at all.
- CSS is too long to be live reloaded => No CSS injection? (but it might change very soon => [see issue #2371 on ember-cli repo](https://github.com/stefanpenner/ember-cli/issues/2371))
- CSS is too long to be live reloaded and there is no CSS injection (but it might change very soon => [see issue #2371 on ember-cli repo](https://github.com/stefanpenner/ember-cli/issues/2371))
- The upgrade process can be a real P.I.A (this is a very very perfectible thing)


Expand Down

0 comments on commit 661eb67

Please sign in to comment.