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

Maximum call stack size exceeded #10

Open
ericrange opened this issue Nov 20, 2014 · 2 comments
Open

Maximum call stack size exceeded #10

ericrange opened this issue Nov 20, 2014 · 2 comments
Labels

Comments

@ericrange
Copy link

wtf???

util.js:35
var str = String(f).replace(formatRegExp, function(x) {
^
RangeError: Maximum call stack size exceeded

in my gruntfile:

htmllint: {
            your_target: {
                options: {

                },
                src: [
                    '/bower/**/*.html'
                ]
            }
        }
@coalman
Copy link
Contributor

coalman commented Nov 20, 2014

Looking into this and having a hard time reproducing, a couple of questions:

  • any idea where util.js is (can't really seem to find this file)?
  • perhaps post your bower.json file if that's okay
  • and btw, what version of grunt-htmllint are you using? (I'm assuming 0.2.2)

Also, thanks for reporting!

@coalman coalman added the bug label Nov 20, 2014
@ericrange
Copy link
Author

-1. no :/
-2.

{
  "name": "",
  "main": "index.js",
  "version": "0.0.0",
  "homepage": """,
  "authors": [

  ],
  "license": "MIT",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "~2.1.1",
    "polymer": "Polymer/polymer#~0.4.2",
    "paper-elements": "Polymer/paper-elements#~0.4.2",
    "core-elements": "Polymer/core-elements#~0.4.2",
    "moment": "~2.8.3"
  }
}

-3. the latest version(yesterday installed)

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

No branches or pull requests

2 participants