Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't add semicolon to end of file #26

Closed
keven425 opened this issue Aug 25, 2014 · 2 comments
Closed

Doesn't add semicolon to end of file #26

keven425 opened this issue Aug 25, 2014 · 2 comments

Comments

@keven425
Copy link

This will throw error when concatenating browserified file with other angular modules.

e.g.

Uncaught Error: Cannot find module 'function (z,f,T){'use strict';f.module("ngAnimate",["ng"]).factory("$$animateReflow",["$window","$timeout","$document",function(f,h,d){var n=f.requestAnimationFrame||f.webkitRequestAnimationFrame||function(d){ret......}'

@scamden
Copy link

scamden commented Nov 10, 2014

@keven425 i think you meant to file this issue on a different repo and there already exists a bug for it: browserify/browserify#806. apparently having the semicolon also creates problems if you want to wrap the whole bundle in an expression

@goto-bus-stop
Copy link
Member

dupe of browserify/browserify#1351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants