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

Remove CoffeeScript #66

Closed
adam-lynch opened this issue Nov 11, 2017 · 0 comments · Fixed by #126
Closed

Remove CoffeeScript #66

adam-lynch opened this issue Nov 11, 2017 · 0 comments · Fixed by #126

Comments

@adam-lynch
Copy link
Contributor

We're going to use plain JavaScript in this repository from now on. Why?

  • It makes it easier for people to contribute.
  • No build step needed.
  • Forks are easier to test because the JavaScript is in the repository.

So the existing CoffeeScript needs to be converted to JavaScript. Nothing too fancy, we don't want to have to introduce babel or require users to have Node 8 as a minimum or anything like that.

In doing this, gulp could be removed too but the tests need to still be runnable via npm test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment