We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
//= require ./doesnotexist.js
Asset-pipeline fails the build or at least outputs a warning about the missing file.
There is no warning. The requirement is silently dropped.
The text was updated successfully, but these errors were encountered:
Should optionally be possible so that missing files would be noticed immediately.
Sorry, something went wrong.
Definitely. I'd like to put this as a step into our Continuous Delivery Pipeline.
No branches or pull requests
Steps to reproduce:
//= require ./doesnotexist.js
Expected Result:
Asset-pipeline fails the build or at least outputs a warning about the missing file.
Actual Result with asset-pipeline v2.9.1:
There is no warning. The requirement is silently dropped.
The text was updated successfully, but these errors were encountered: