spree-contrib / better_spree_paypal_express

A better Spree PayPal Express Extension.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
110 stars 269 forks source link

Add comment lines to fix assets:precompile. #60

Closed christoph-buente closed 10 years ago

christoph-buente commented 10 years ago

bundle exec rake assets:precompile would fail with the following error message:

rake aborted! Invalid CSS after "*": expected "{", was "= require store..."

radar commented 10 years ago

Thanks @christoph-buente. The fix is pretty obvious :)

radar commented 10 years ago

Seems like this is only required for 1-3-stable, so I have only added the fix for it there.

christoph-buente commented 10 years ago

Yes, the fix was intended for the 1-3-stable branch. Thx for merging.