Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for CoffeeScript v2 #234

Open
igoramadas opened this issue Jun 23, 2017 · 4 comments
Open

Support for CoffeeScript v2 #234

igoramadas opened this issue Jun 23, 2017 · 4 comments

Comments

@igoramadas
Copy link

Any plans to update the module to use "coffeescript" instead of "coffee-script"? Seems the new v2 is available only as "coffeescript".

@puzrin
Copy link
Contributor

puzrin commented Jun 23, 2017

No such plans, sorry. We do not develop mincer anymore. Only do critical bugfixes. I can grant permissions to anyone who is able to maintain this project.

As far as i understand you can split-out CS wrapper as plugin and be independent on my opinion/plans. May be someone already did it in npm.

@igoramadas
Copy link
Author

Hi @puzrin!

Although I don't have time to properly maintain the project, I could make the necessary changes to support newer versions of coffeescript from now on. If you're interested please give me the permissions and I'll create a pull request.

@puzrin
Copy link
Contributor

puzrin commented Jun 30, 2017

You don't need any special permissions to create PR. If it will be backward-compatible, i see no problems to accept it.

@reaktivo
Copy link

I was updating a really old application to remove some vulnerable dependencies and wanted to update to coffeescript@2. I did the following and it ended up working pretty well:

const mincer = require('mincer');
mincer.Template.libs.coffee = require('coffeescript');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants