Skip to content

Commit

Permalink
use ember-cli as the CLI to build ember. (broccoli under the hood)
Browse files Browse the repository at this point in the history
Such dog-fooding.

bonus, ember-cli now comes with  broccoli-sane-watcher, which dramatically reduces the cost of file system watching.

Enjoy your battery life!
  • Loading branch information
stefanpenner committed Jun 5, 2014
1 parent 3d81867 commit 66dcd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"start": "broccoli serve"
},
"devDependencies": {
"ember-cli": "0.0.29",
"defeatureify": "~0.2.0",
"yuidocjs": "~0.3.46",
"es6-module-transpiler": "~0.4.0",
Expand All @@ -32,7 +33,6 @@
"broccoli-jshint": "~0.5.0",
"rsvp": "~3.0.6",
"chalk": "~0.4.0",
"broccoli-cli": "0.0.1",
"broccoli-file-creator": "~0.1.0",
"handlebars": "^1.3",
"broccoli-filter": "~0.1.6",
Expand Down

1 comment on commit 66dcd3f

@bcardarella
Copy link
Contributor

Choose a reason for hiding this comment

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

🍻

Please sign in to comment.