mirror of
https://github.com/moparisthebest/mail
synced 2025-01-30 22:50:17 -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
|
||||
}
|
||||
},
|
||||
|
||||
@ -493,4 +489,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