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

Adding array notation for proper minification #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kevinbuffington
Copy link

I ran into an issue where we installed angular-wysiwyg using bower, but our grunt compile task (taken from Josh Miller's ngbp) was not minifying this file, meaning that the uglify was breaking our app. We didn't want to run ng-Annotate on all of our vendor files because that takes a lot of time when it's not normally needed, so I figured adding the array notation to this project would be the simplest solution and hopefully save others the same headache.

@mgohin
Copy link
Contributor

mgohin commented Mar 30, 2015

I see that there is min version in dist folder, but It could be nice to add modifications of this PR in the non min file

@kevinbuffington
Copy link
Author

Thanks for the notice. We have 1.1.6 installed here and there was no minified version in the install.

@TerryMooreII
Copy link
Owner

I'm sorry guys, I made a bunch of code changes right after this pull request and I accidentally left this out. I will add it back. Sorry about that!

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

Successfully merging this pull request may close these issues.

None yet

3 participants