Skip to content

Commit

Permalink
many build tool upgrades:
Browse files Browse the repository at this point in the history
* upgrade ember-cli
* in dev, char / char source maps
* drop esperanto + es6-module transpiler instead everything uses babel amdStrict
* now builds in node 0.11 0.12 1.x and 2.x
* ember-cli + watchman 3.1 use a single watch root, this dramatically reduces FS handles opened. In-order to not get trolled by rapid `tmp` changes we explicitly ignore it with .watchmanconfig – when facebook/watchman@849cfff we will have an even nicer experience.
  • Loading branch information
stefanpenner committed Jun 7, 2015
1 parent 6e25ec6 commit 193e680
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .watchmanconfig
@@ -0,0 +1,3 @@
{
"ignore_dirs": ["tmp"]
}
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -6,7 +6,7 @@
"qunit-phantom-runner": "jonkemp/qunit-phantomjs-runner#1.2.0"
},
"devDependencies": {
"backburner": "https://github.com/ebryn/backburner.js.git#f4bd6a2df221240ed36d140f0c53c036a7ecacad",
"backburner": "https://github.com/ebryn/backburner.js.git#4a0105a4a0bc4cf73bdf3e554aea14f3f438876c",
"rsvp": "https://github.com/tildeio/rsvp.js.git#3.0.14",
"router.js": "https://github.com/tildeio/router.js.git#ed45bc5c5e055af0ab875ef2c52feda792ee23e4",
"dag-map": "https://github.com/krisselden/dag-map.git#e307363256fe918f426e5a646cb5f5062d3245be",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -14,12 +14,12 @@
"aws-sdk": "~2.1.5",
"bower": "~1.3.2",
"chalk": "^0.5.1",
"ember-cli": "^0.2.0",
"ember-cli": "^0.2.7",
"ember-cli-dependency-checker": "0.0.7",
"ember-cli-sauce": "^1.3.0",
"ember-cli-yuidoc": "^0.7.0",
"ember-publisher": "0.0.7",
"emberjs-build": "0.1.2",
"emberjs-build": "0.1.4",
"express": "^4.5.0",
"github": "^0.2.3",
"glob": "~4.3.2",
Expand Down

0 comments on commit 193e680

Please sign in to comment.