umhan35 / ionicons-rails

Ionicons for Ruby on Rails
28 stars 18 forks source link

Removed Regexp from the asset pipeline #14

Closed h-shima closed 3 years ago

h-shima commented 4 years ago

fix https://github.com/umhan35/ionicons-rails/issues/10

Sprockets 4 removed precompile filters such as regexps and procs. So, I changed to add files to the asset pipeline without using the regular expression.