浏览代码

Merge pull request #115 from baalexander/patch-1

Adds note about needing rspec to run rake commands.
tags/0.4.0
Jan Lehnardt 14 年前
父节点
当前提交
4c4d3db560
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      README.md

+ 2
- 1
README.md 查看文件

@@ -289,7 +289,8 @@ Or just install it as a RubyGem:
## Plugins for jQuery, Dojo, Yui, CommonJS ## Plugins for jQuery, Dojo, Yui, CommonJS


This repository lets you build modules for [jQuery][], [Dojo][], [Yui][] and This repository lets you build modules for [jQuery][], [Dojo][], [Yui][] and
[CommonJS][] / [Node.js][] with the help of `rake`:
[CommonJS][] / [Node.js][] with the help of `rake`. You may need to install
rspec first by running `gem install rspec`.


Run `rake jquery` to get a jQuery compatible plugin file in the Run `rake jquery` to get a jQuery compatible plugin file in the
`mustache-jquery/` directory. `mustache-jquery/` directory.


正在加载...
取消
保存