deftjs / DeftJS

Extensions for Large-Scale Sencha Touch and Ext JS Applications
http://deftjs.org/
MIT License
285 stars 56 forks source link

Sencha Cmd: Build is Broken with CoffeeScript >= 1.6.3 #97

Closed superstructor closed 11 years ago

superstructor commented 11 years ago

CoffeeScript has repurposed -l from JSLint to literate style as "It was useful while originally working on the compiler, but has been surpassed by JSHint."

It makes sense that it has been removed as CoffeeScript checks or automates most of this stuff anyway without JSLint so I'll just remove the flag to fix it.