Skip to content
Snippets Groups Projects
Unverified Commit 7f3762cc authored by Xaver Maierhofer's avatar Xaver Maierhofer
Browse files

[TASK] Replace es6-shim with promise-polyfill

parent 5013ffa8
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
"moment": "~2.17.1",
"requirejs": "~2.3.2",
"tablesort": "https://github.com/tristen/tablesort.git#v4.0.1",
"es6-shim": "~0.35.2",
"promise-polyfill": "^6.0.2",
"almond": "~0.3.3",
"d3": "~3.5.17",
"virtual-dom": "~2.1.1",
......
......@@ -7,7 +7,7 @@
<script>
var jsonData = __inline(config.json);
</script>
<script src="vendor/es6-shim/es6-shim.min.js?__inline=true"></script>
<script src="vendor/promise-polyfill/promise.js?__inline=true"></script>
<script src="app.js"></script>
</head>
<body>
......
......@@ -11,8 +11,7 @@ module.exports = function (grunt) {
dest: "build/"
},
vendorjs: {
src: ["es6-shim/es6-shim.min.js",
"es6-shim/es6-shim.map"],
src: ["promise-polyfill/promise.js"],
expand: true,
cwd: "bower_components/",
dest: "build/vendor/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment