jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

Source code build not working #1177

Open peterweare opened 4 years ago

peterweare commented 4 years ago

Getting errors when try to build library with grunt. Seems to be a problem with the version of grunt-contrib-jshint in package.json (was 0.4.3 latest is 2.1.0)

Needs to change to 2.1.0 then all builds ok, ie, "devDependencies": { ... "grunt-contrib-jshint": "~2.1.0", ...