Sfoglia il codice sorgente

Adds note about needing rspec to run rake commands.

I was getting the following error when running `rake commonjs`:

```
rake aborted!
no such file to load -- rspec/core/rake_task

(See full trace by running task with --trace)
```

This was with a default OS X Lion install. The issue was simply that
rspec was not installed, however, it may not be obvious at first.
tags/0.4.0
Brandon Alexander 14 anni fa
parent
commit
2fa0234f3b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      README.md

+ 2
- 1
README.md Vedi File

@@ -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.


Loading…
Annulla
Salva