Wednesday, December 14, 2016

undefined method `[]' for "image":Sass::Script::Value::String

Problem:

undefined method `[]' for "image":Sass::Script::Value::String

Resolution:
gem 'sprockets', '3.4'
gem 'sprockets-rails', '2.3.3'

Chnage any asset-url to image-url that takes one parameter (no image is required as the second parameter).

No comments:

Post a Comment