sintaxi / terraform

Asset pipeline for the Harp Web Server.
102 stars 101 forks source link

Upgrading coffeescript? #140

Open kylegibson opened 6 years ago

kylegibson commented 6 years ago

terraform currently uses https://www.npmjs.com/package/coffee-script which is deprecated and locked at version 1.12.7. Latest coffeescript is available at https://www.npmjs.com/package/coffeescript (2.3.1). I discovered this because I was trying to use await/sync and discovered that harp was using transpiling with an older coffeescript. See https://coffeescript.org/#async-functions

dominiclooser commented 6 years ago

I am also interested in coffeescript 2.

misterhtmlcss commented 5 years ago

Great idea @kylegibson. This would seem a great opportunity for you to join our list of contributors. What do you think? Want to send us a PR?

Thank you for the great suggestion!