commonjs.rb
commonjs.rb copied to clipboard
Support for mini_racer?
@edk I've rewritten the gem to support only MiniRacer: commonjs-mini_racer_env. I renamed it because it drops generic runtime support.
If you want to see an example of how to interface with it, see this ruby-clean-css fork.
Sample Gemfile snippet:
gem 'ruby-clean-css', '~> 2.0.0', github: 'tribune/ruby-clean-css', submodules: true
gem 'commonjs-mini_racer_env', '~> 0.1.0', github: 'tribune/commonjs-mini_racer_env'
gem 'mini_racer', '~> 0.2.4'
Suggestions, bug reports, PRs welcome.