Linux 软件免费装
Banner图

WP CoffeeScript

开发者 nickyurov
更新时间 2013年6月24日 21:01
捐献地址: 去捐款
PHP版本: 3.3 及以上
WordPress版本: 3.5.1
版权: GPLv2 or later
版权网址: 版权信息

标签

wordpress javascript script coffee js wp coffeescript coffee-script

下载

1.0

详情介绍:

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

安装:

  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!

升级注意事项:

The current version of WP Open Graph requires WordPress 3.3 or higher.

更新日志:

1.0 Initial version