Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed Regexp from the asset pipeline #14

Closed

Conversation

h-shima
Copy link

@h-shima h-shima commented Nov 18, 2020

fix #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.

@h-shima h-shima force-pushed the removed-regexp-from-asset-pipeline branch from 43056b9 to b5fa3dd Compare November 18, 2020 12:14
@h-shima h-shima closed this Dec 3, 2020
@h-shima h-shima deleted the removed-regexp-from-asset-pipeline branch December 3, 2020 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoMethodError: undefined method `start_with?' for /ionicons\.(?:eot|svg|ttf|woff)$/:Regexp
1 participant