1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-04 11:43:27 +02:00

chore(deps): add the bundle-collapser browserify plugin

This plugin makes browserify output numbers instead of the bundle paths to save some bytes in the output.
This commit is contained in:
Brandon Casey 2016-09-29 11:58:37 -04:00 committed by Gary Katsevman
parent 4063f96bb5
commit 816291e7b5
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@ module.exports = function(grunt) {
standalone: 'videojs'
},
plugin: [
['bundle-collapser/plugin'],
['browserify-derequire']
]
};
@ -348,7 +349,7 @@ module.exports = function(grunt) {
transform: ['babelify']
},
plugin: [
['proxyquireify/plugin']
['proxyquireify/plugin', 'bundle-collapser/plugin']
],
banner: false,
watch: true,

View File

@ -54,6 +54,7 @@
"browserify-derequire": "^0.9.4",
"browserify-istanbul": "^0.2.1",
"browserify-versionify": "^1.0.4",
"bundle-collapser": "^1.2.1",
"chg": "^0.3.2",
"es5-shim": "^4.1.3",
"es6-shim": "^0.35.1",