voceconnect / grunt-composer

A grunt wrapper for composer
17 stars 5 forks source link

Grunt 1.2.0 no longer has a dependency on coffeescript, so grunt-composer no longer works #28

Open pbiron opened 4 years ago

pbiron commented 4 years ago

See https://gruntjs.com/blog/2020-07-03-grunt-1.2.0-released.

If I do npm install coffeescript --save-dev in my project which has a devDependency on grunt-composer then things work again.

So, I think you need to update the dependencies for grunt-composer to include coffeescript.