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

Warning: Maximum call stack size exceeded Use --force to continue. #39

Open
sroberson opened this issue Mar 16, 2016 · 8 comments
Open

Comments

@sroberson
Copy link

Fresh install of grunt-bless. Current version is now v1.0.1

I can no longer run bless. I get this error: Warning: Maximum call stack size exceeded Use --force to continue.

This used to work just fine, but I'm not sure what previous version I had working. package.json has:

"grunt-bless": "*",

Will now start to downgrade to find a working version.

@sroberson
Copy link
Author

ok, v 0.2.0 works just fine.

"grunt-bless": "0.2.0",

@AaronAsAChimp
Copy link
Member

Thanks for the report. Can you provide a minimal example that reproduces this issue?

@sroberson
Copy link
Author

I believe it's an upstream bug with [email protected]

[email protected] works just fine, but I'll try to pull together a working example.

@Azzurite
Copy link

Azzurite commented Jun 10, 2016

I've got this as well, minimal example is "anything", this happens all the time.

for example
Gruntfile

bless: {
     css: {
          files: {'styles-split.css': 'styles.css'}
     }
}

where styles.css is

body {
  font-size: 12pt;
}

@Azzurite
Copy link

Azzurite commented Sep 30, 2016

Is there any update planned on this? Any version above 0.2.0 is completely unusable in all cases.

@AaronAsAChimp
Copy link
Member

This is an issue with an upstream project. Any status or update will come from that project. There is little or nothing that can be done here, in this project. If you would like to file an issue with the upstream project it can be done in their bug tracker.

@Azzurite
Copy link

This is not an upstream bug because bless in node works alright, only grunt-bless does not work...

@AaronAsAChimp
Copy link
Member

Can you please provide the output of grunt with the --verbose --debug options, also please provide the output of grunt --version and node --version. Your OS and OS version would also help to track down this issue.

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

No branches or pull requests

3 participants