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

README update #1

Merged
merged 1 commit into from
Sep 15, 2014
Merged

README update #1

merged 1 commit into from
Sep 15, 2014

Conversation

KATT
Copy link
Contributor

@KATT KATT commented Jul 16, 2014

groundskeeper doesn't play that nicely with minified code.
doing this makes sure that groundskeeper-brunch is run before in brunch's optimization step.

I got a problem where I had some code which, when obfuscated was [..],console.log('something'),[..] and groundskeeper removed the console.log but kept both the commas, resulting in a syntax error when run.

groundskeeper doesn't play that nicely with minified code.
doing this makes sure that `groundskeeper-brunch` is run before in brunch's optimization step.
aliel added a commit that referenced this pull request Sep 15, 2014
@aliel aliel merged commit b9ebf5c into aliel:master Sep 15, 2014
@KATT
Copy link
Contributor Author

KATT commented Sep 15, 2014

FYI, I ended up using UglifyJS' drop_console flag & using it as a preprocessor rather than groundskeeper pragmas. Didn't know that UglifyJS could do all of that.

Uglify is more well-maintained, stable and widely used library. I would try to direct users ending up here to check that out instead.

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

2 participants