Skip to content

Commit

Permalink
Merge pull request #50 from GavinJoyce/gj/ember-1.13.9
Browse files Browse the repository at this point in the history
add ember 1.13.9
  • Loading branch information
eviltrout committed Aug 26, 2015
2 parents 1fadce5 + cc2b695 commit 97e57ac
Show file tree
Hide file tree
Showing 3 changed files with 79,583 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
compilerPath: '/ember/ember-1.13.5.template-compiler.js' },
{ name: '1.13.6',
path: '/ember/ember-1.13.6.prod.js',
compilerPath: '/ember/ember-1.13.6.template-compiler.js' }
compilerPath: '/ember/ember-1.13.6.template-compiler.js' },
{ name: '1.13.9',
path: '/ember/ember-1.13.9.prod.js',
compilerPath: '/ember/ember-1.13.9.template-compiler.js' }
];

// This should probably be ember-cli, it just seemed so complicated to
Expand Down
Loading

0 comments on commit 97e57ac

Please sign in to comment.