1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 02:20:14 -05:00

Use same browserify options for each build

This commit is contained in:
Tankred Hase 2014-10-14 13:21:59 +02:00 committed by Felix Hammerl
parent 5ea660e5d4
commit c6c058c2dc

View File

@ -175,11 +175,7 @@ module.exports = function(grunt) {
'test/main.js'
]
},
options: {
exclude: browserifyOpt.exclude,
ignore: ['buffer'],
browserifyOptions: browserifyOpt.browserifyOptions
}
options: browserifyOpt
}
},