gulp-wrap-umd
gulp-wrap-umd copied to clipboard
Extended globalName using pure String
In some AngularJS project global inject Name is pure String.
For Example:
factory(root.angular, "ngCookies")
but the template in this project is always generate root. + <moduleName>, so I want to pull request 😄