You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
760 B

  1. # CoffeeScript Plugin for DocPad
  2. Adds support for [CoffeeScript](http://coffeescript.org/) to JavaScript compilation to [DocPad](https://docpad.org)
  3. Convention: `.js.coffee|litcoffee`
  4. ## Install
  5. ```
  6. npm install --save docpad-plugin-coffeescript
  7. ```
  8. ## Configure
  9. You can customise the compiler optons sent to the CoffeeScript compiler via the plugin's `compileOptions` config option
  10. ## History
  11. You can discover the history inside the `History.md` file
  12. ## License
  13. Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)
  14. <br/>Copyright &copy; 2012 [Bevry Pty Ltd](http://bevry.me)
  15. <br/>Copyright &copy; 2011 [Benjamin Lupton](http://balupton.com)