jakewins / brew

Maven plugin for compiling coffeescript, haml-js and aggregating AMD-based js projects.
GNU Lesser General Public License v2.1
91 stars 21 forks source link

Fix for includeRequire #26

Open radhikalism opened 12 years ago

radhikalism commented 12 years ago

It seems includeRequire has been broken for a while, since pull request #5 wasn't merged fully (I guess the JS bits were lost in converting to r.js for that release).

5da30d3 reintroduces the missing behaviour to r.js.

The other commits in this pull request bump up the maven-invoker-plugin version for a bugfix so that integration tests run safely, and a minimal test for includeRequire.