avalade / grunt-coffee

Coffee script for your grunt
MIT License
51 stars 17 forks source link

Calling grunt-coffee multiple times overwrites options, breaks require.js #7

Closed elfsternberg closed 12 years ago

elfsternberg commented 12 years ago

Calling grunt-coffee with a list of sources overwrites the options object passed in. Coffeescript appends objects to the options reference, which causes follow-on iterations to lack the Coffeescript header. This lack, in turn, breaks scripts that use require.js

avalade commented 12 years ago

Closing thanks to the fix you provided.