Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Drop the runtime dependency on CoffeeScript. #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

arthurschreiber
Copy link

  • Move all source code from lib over to src.
  • Adds a prepublish script to package.json that compiles all
    CoffeeScript files from the src to the lib folder.
  • Add src and vows folders to .npmignore.
  • Add lib folder to .gitignore.

Tests continue to use the CoffeeScript sources, to ensure that always the latest code is tested.

Fixes #11.

* Move all source code from `lib` over to `src`.
* Adds a `prepublish` script to `package.json` that compiles all
  CoffeeScript files from the `src` to the `lib` folder.
* Add `src` and `vows` folders to `.npmignore`.
* Add `lib` to `.gitignore`.

Tests continue to use the CoffeeScript sources, to ensure that always the
latest code is tested.
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop CoffeeScript
1 participant