Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 258 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 258 Bytes

gulp-hoisting-module-definition

when concat multiple .js files into one js file with a module definition, sometimes the module definition is not on the most top that causes errors. This module is just making sure the module definition is on the most top.