cgross / grunt-dom-munger

Grunt task to read and manipulate HTML with CSS selectors.
MIT License
93 stars 40 forks source link

Add warning for missing attribute #8

Closed mattcodez closed 10 years ago

mattcodez commented 10 years ago

Just started using dom-munger, started out with the read example and got an error that I wasn't passing strings to path.join. No idea what to do here so I debugged dom_munger.js and found out that 'undefined' was being used in path.join (line 34) for val. Eventually I realized that this was due to a Githubissues.

  • Githubissues is a development platform for aggregating issues.