diff options
| author | Stephen Blott | 2016-09-30 15:30:11 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-09-30 15:32:22 +0100 | 
| commit | f6f4adfd95c34bb3beb5c42972623fe2acb39ec9 (patch) | |
| tree | a88bbb6c7022f562f9921257d31c5b7478072559 /CONTRIBUTING.md | |
| parent | 43e5f231b2ea81be62db862af82f2a8b0ac34191 (diff) | |
| download | vimium-f6f4adfd95c34bb3beb5c42972623fe2acb39ec9.tar.bz2 | |
Remove Coffeescript 1.10 dependency.
Fixes #2273.
Fixes #2281.
This fixes the build with Coffeescript 1.11, so we can remove the
hard-wired dependency and notes.
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7589e9b3..27db315c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Please include the following when reporting an issue:  Vimium is written in Coffeescript, which compiles to Javascript. To  install Vimium from source: - 1. Install [Coffeescript](http://coffeescript.org/#installation).  As of 2016-09-30, Vimium fails to build with Coffeescript version 1.11; use version 1.10 instead. + 1. Install [Coffeescript](http://coffeescript.org/#installation).   1. Run `cake build` from within your vimium directory. Any coffeescript files you change will now be automatically compiled to Javascript.   1. Navigate to `chrome://extensions`   1. Toggle into Developer Mode | 
