replace Intl.NumberFormat with numeraljs

This commit is contained in:
Nils Schneider 2015-04-02 02:33:17 +02:00
commit 141e98f027
7 changed files with 13 additions and 14 deletions

View file

@ -13,9 +13,7 @@ module.exports = function(grunt) {
dest: "build/"
},
vendorjs: {
src: [ "es6-shim/es6-shim.min.js",
"intl/Intl.complete.js"
],
src: [ "es6-shim/es6-shim.min.js" ],
expand: true,
cwd: "bower_components/",
dest: "build/vendor/"