>
Download This Plugin | |
Download Elegant Themes | |
Name | WP CoffeeScript |
Version | 1.0 |
Author | Tom Benner |
Rating | 0 |
Last updated | 2012-01-09 08:44:00 |
Downloads |
399
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP CoffeeScript plugin added 11 bytes of resources to the Home page and 26 bytes of resources to the sample Post page.
WP CoffeeScript plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP CoffeeScript plugin ads no tables to your Wordpress blog database.WP CoffeeScript is a WordPress plugin that makes enqueueing CoffeeScript as easy as enqueueing JavaScript. Instead of using wp_enqueue_script()
, as you would for JS, you just use enqueue_coffeescript()
, which takes almost exactly the same arguments. The only difference is that the second argument should be the file path instead of the URL. If you'd like to compile multiple CS files into a single JS file, you can use an array of file paths as the second argument.
Please note that the CoffeeScript executable must be installed on the server. You can also set a custom path to the executable (see the examples).
If you'd like to grab development releases, see what new features are being added, or browse the source code please visit the GitHub repo.