Sha256: 9e25060fdafbb9fab592006eb6f2dd3396084bc1bc80a20dfdcfe32e6c81a470

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

require "ruby-bower/version"
require "ruby-bower/ruby-bower.rb"

# Exports the `.node_modules` folder on the working directory so npm can
# require modules installed locally.
# See https://github.com/lucasmazza/ruby-stylus/blob/f0d26f6d6b2c64596d3e7d28265f663f2555cf92/lib/stylus.rb#L116-L118
ENV['NODE_PATH'] = "#{File.expand_path('node_modules')}:#{ENV['NODE_PATH']}"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-bower-0.0.1 lib/ruby-bower.rb