Skip to content

Commit

Permalink
Update emberjs-build to v0.14.0.
Browse files Browse the repository at this point in the history
Updates to a version of emberjs-build that does not use
glimmer-template-precompiler (an obsolete package). Instead it passes
through the current glimmer version to the underlying template
compliation so that the templates shipped with Ember are for the same
version of glimmer that will be used at runtime.

Also, updates to using tagged builds.
  • Loading branch information
Robert Jackson committed Aug 14, 2016
1 parent 31d3ba7 commit 18678b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ module.exports = function() {
production: getFeatures('production')
},
htmlbars: require('htmlbars'),
glimmer: require('glimmer-engine'),
packages: getPackages(features),
vendoredPackages: vendorPackages,
version: version
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"ember-cli-sauce": "^1.4.2",
"ember-cli-yuidoc": "0.8.4",
"ember-publisher": "0.0.7",
"emberjs-build": "0.13.5",
"emberjs-build": "0.14.0",
"express": "^4.5.0",
"finalhandler": "^0.4.0",
"git-repo-info": "^1.1.4",
"git-repo-version": "^0.3.1",
"github": "^0.2.3",
"glimmer-engine": "tildeio/glimmer#f961049",
"glimmer-engine": "0.7.0",
"glob": "^5.0.13",
"htmlbars": "0.14.24",
"mocha": "^2.4.5",
Expand Down

0 comments on commit 18678b7

Please sign in to comment.