-
Notifications
You must be signed in to change notification settings - Fork 246
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
Problem during grunt-uglify task #85
Comments
Consider this code at the beginning of selectivzr:
Uglify reads it as More: http://stackoverflow.com/questions/17744175/using-uglify-grunt-task-messes-up-selectivizr |
This is good to know, curious why would you concatenate selectivizr with other files? Are the files being bundled polyfills for old browsers also?— On Wed, Mar 19, 2014 at 4:35 PM, J Bruni [email protected] wrote:
|
I think I just answered my own question. I've bundled selectivizr with nwmatcher before to get all the selectors. — On Wed, Mar 19, 2014 at 4:35 PM, J Bruni [email protected] wrote:
|
I find that 1.0.3 doesn't have this problem with grunt-contib-uglify. The only problem is that I only get 1.0.2 with bower? |
Just a side note, you will need:
to get selectivizr 1.0.3 to compile properly. |
Any idea why this is happening? |
Whenever i try to concatenate selectivizr with some other files, the selectivizr itself doesn't get compiled at all. It just come out blank.
Is there anyone having the same issue?
The text was updated successfully, but these errors were encountered: