Skip to content

Commit

Permalink
add 1 more requirement note
Browse files Browse the repository at this point in the history
  • Loading branch information
Zordius Chen committed Oct 20, 2015
1 parent e09fd96 commit b762f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ npm install gulp-jsx-coverage mocha --save-dev
```

* You will need to install <a href="https://www.npmjs.com/package/coffee-script">coffee-script</a> when you require('foobar.coffee') or write tests as foobar.coffee
* You will need to install <a href="https://github.com/douglasduteil/isparta">isparta</a> when you enable isparta
* The golden rule: **Use .jsx as ext name** , require('file.jsx')
* The golden rule: **Use .coffee as ext name** , require('file.coffee')
* Regular JavaScript files with .js extension may use ES6 features, including mocha tests
Expand Down

0 comments on commit b762f39

Please sign in to comment.