-
Notifications
You must be signed in to change notification settings - Fork 92
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
Asset pipeline doesn't uderstand static fields #334
Comments
We are experiencing the same issue trying to minify the
|
@gsartori I had the same issue with chartjs, and until the problem is fixed, I excluded the js from the minify process: assets {
minifyJs = true
minifyCss = true
minifyOptions = [
excludes: [
'**/chart.umd.js'
]
]
} |
@lamon thank you for the workaround, unfortnuately we are including the I'd love to be able to avoid files from being processed independently whether they are used in a |
Should fix #329 |
Still doesn't work Relevant options are here There there Also relevant discussion about STABLE_IN and STABLE_OUT dynamic levels |
error reported about expected
(
aftermyField
Mozilla
The text was updated successfully, but these errors were encountered: