With WP CoffeeScript you can easy use CoffeeScript in Wordpress themes and plugins. Just add "enqueue_coffee($url, $ver)" to functions.php to require your JS files with coffee syntax.
Plugin uses CoffeeScript Compiler v1.6.3 (http://coffeescript.org) by Jeremy Ashkenas
安装:
Upload plugin folder to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Include your coffee-script files(.js) in functions.php via enqueue_coffee($url, $ver)
Enjoy!
升级注意事项:
The current version of WP Open Graph requires WordPress 3.3 or higher.