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

Silent failure when trying to require missing file #355

Open
dgtombs opened this issue Jun 1, 2016 · 2 comments
Open

Silent failure when trying to require missing file #355

dgtombs opened this issue Jun 1, 2016 · 2 comments

Comments

@dgtombs
Copy link

dgtombs commented Jun 1, 2016

Steps to reproduce:

  1. Try to require a file that does not exist, e.g., //= 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.

@thojo
Copy link

thojo commented Jun 14, 2017

Should optionally be possible so that missing files would be noticed immediately.

@stefanrother
Copy link

Definitely. I'd like to put this as a step into our Continuous Delivery Pipeline.

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

No branches or pull requests

3 participants