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:
parent
5ea660e5d4
commit
c6c058c2dc
@ -175,11 +175,7 @@ module.exports = function(grunt) {
|
||||
'test/main.js'
|
||||
]
|
||||
},
|
||||
options: {
|
||||
exclude: browserifyOpt.exclude,
|
||||
ignore: ['buffer'],
|
||||
browserifyOptions: browserifyOpt.browserifyOptions
|
||||
}
|
||||
options: browserifyOpt
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user