fix(image rendering): fixed issue with image rendering, fixes #3804

This commit is contained in:
Torkel Ödegaard
2016-01-21 10:10:12 +01:00
parent f2ce8f266b
commit 4a8f82ca9b
4 changed files with 59 additions and 48 deletions

View File

@@ -28,6 +28,7 @@ module.exports = function(config) {
js: {
src: [
'<%= genDir %>/vendor/npm/es6-shim/es5-shim.js',
'<%= genDir %>/vendor/npm/es6-shim/es6-shim.js',
'<%= genDir %>/vendor/npm/es6-promise/es6-promise.js',
'<%= genDir %>/vendor/npm/systemjs/dist/system.js',