=== WP CoffeeScript === Contributors: nickyurov Donate link: Webmoney Z239075088440 Tags: wp, wordpress, js, coffee, coffeescript, script, javascript, coffee-script Requires at least: 3.3 Tested up to: 3.5.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html With WP CoffeeScript you can easy use CoffeeScript in Wordpress themes and plugins. == Description == 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 == Installation == 1. Upload plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Include your coffee-script files(.js) in functions.php via enqueue_coffee($url, $ver) 4. Enjoy! == Frequently asked questions == = What is CoffeeScript ? = CoffeeScript is a little language that compiles into JavaScript. Please, visit http://coffeescript.org/ == Screenshots == 1. == Changelog == 1.0 Initial version == Upgrade notice == The current version of WP Open Graph requires WordPress 3.3 or higher.