For version 1.1.7, using Rails 3.2.21 when deploying in staging and doing an asset compilation we get
ExecJS::ProgramError: Unexpected token: punc (:) (line: 2, col: 11, pos: 13)
This appears to be caused by
/usr/local/rvm/gems/ruby-2.1.5/gems/cloudinary-1.1.7/vendor/assets/javascripts/cloudinary/jquery.cloudinary.js.map
When I specify version 1.1.6 in the Gemfile for the cloudinary gem we do not have any issue.
For version 1.1.7, using Rails 3.2.21 when deploying in staging and doing an asset compilation we get
This appears to be caused by
When I specify version 1.1.6 in the Gemfile for the cloudinary gem we do not have any issue.