Skip to content

Commit

Permalink
Travis etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Mar 22, 2013
1 parent 1ef366d commit 6aba66f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.8
- 0.9
- "0.8"
- "0.10"
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,9 @@

Convert any code using rfile and derivatives so that it supports browserify.

[![Build Status](https://travis-ci.org/ForbesLindesay/rfileify.png?branch=master)](https://travis-ci.org/ForbesLindesay/rfileify)
[![Dependency Status](https://gemnasium.com/ForbesLindesay/rfileify.png)](https://gemnasium.com/ForbesLindesay/rfileify)

This module is a plugin for [browserify](http://browserify.org/) to parse the AST for `rfile` calls so that you can inline the file contents into your bundles.

In addition to supporting `rfile`, you can also use modules which internally use `rfile` providing they meet the simple requirement of taking an object with `dirname` property as their second argument and are listed in the array of valid file names modules in index.js. Currently this is:
Expand Down

0 comments on commit 6aba66f

Please sign in to comment.