lib/webpack_rails/processor.rb in webpack_rails-0.1.0 vs lib/webpack_rails/processor.rb in webpack_rails-0.2.0

- old
+ new

@@ -19,6 +19,6 @@ bundle_contents = context.pathname.open.read # rewrite $asset_paths in strings bundle_contents.gsub(/['"]\$asset_path\/([^'"]+?)['"]/) {|s| "'#{context.asset_path($1)}'" } end end -end \ No newline at end of file +end