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

Cannot read property 'wrapping' of undefined #33

Open
ajoslin103 opened this issue Feb 28, 2016 · 1 comment
Open

Cannot read property 'wrapping' of undefined #33

ajoslin103 opened this issue Feb 28, 2016 · 1 comment

Comments

@ajoslin103
Copy link

More and more frequently I am getting this error:
(using 0.5.7)

grunt output:

Running "htmlangular:files" (htmlangular) task
Fatal error: Cannot read property 'wrapping' of undefined

my config:

    htmlangular: {
      options: {
        tmplext: 'html',
        customtags: [
          'action-icon-set',
          'hovering-frame',
          'editing-frame',
          'osk-keys',
          'd3-chart',
          'd3-chart-line',
          'icon-menu'
        ],
        customattrs: [
          'datatable',
          'dt-options',
          'dt-columns',
          'dt-instance',
          'stop-event',
          'dropzone-config',
          'event-handlers'
        ],
        relaxerror: [
          'Element “form” does not need a “role',
          'The “for” attribute of the “label',
          'An “img” element must have an “alt',
          'Bad value “{',
          'The element “label” must not appear as a descendant of the “label” element',
          'Unclosed element “label”',
          'End tag “div” seen, but there were open elements'
        ]
      },
      files: {
        src: ['<%= yeoman.app %>/views/*.html', '<%= yeoman.app %>/tmpl/*.html']
      }
    },
@dkatzberg
Copy link

I had the same error. You get this error, if you validate too often / too much. You should visit https://validator.w3.org/ after the error happens. You should get the information "Forbidden due to abuse. Access to this resource is denied due to abuse from your IP address.". ;) The problems should solve by itself after 24 h.

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

No branches or pull requests

2 participants