Add Array includes polyfill

This commit is contained in:
Mo Bitar
2018-02-14 08:27:55 -06:00
parent 5b66be344c
commit f4c6253a04
3 changed files with 54 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ module.exports = function(grunt) {
js: {
files: ['app/assets/javascripts/**/*.js'],
tasks: [ 'concat:app', 'babel', 'browserify', 'concat:dist'],
tasks: [ 'concat:app', 'babel', 'browserify', 'concat:dist', 'ngAnnotate'],
options: {
spawn: false,
},