mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
[WO-567] ignore buffer in tests
This commit is contained in:
parent
046241e20d
commit
5ea660e5d4
@ -177,7 +177,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
options: {
|
||||
exclude: browserifyOpt.exclude,
|
||||
//ignore: ['buffer'], // comment in after browsercrow and browsersmtp use current npm deps
|
||||
ignore: ['buffer'],
|
||||
browserifyOptions: browserifyOpt.browserifyOptions
|
||||
}
|
||||
}
|
||||
@ -493,4 +493,4 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('release-stable', ['dist', 'manifest-stable', 'compress']);
|
||||
grunt.registerTask('default', ['release-dev']);
|
||||
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user