CodeSleeve / asset-pipeline

This Laravel 4 package provides a very simple and easy to use asset pipeline. It was heavily inspired by the Rails asset pipeline. We make use of the wonderful Assetic package to help with pre-compliation!
http://www.codesleeve.com
MIT License
491 stars 53 forks source link

Import an non-existent file with SASS write the importation line #231

Open RomainLanz opened 9 years ago

RomainLanz commented 9 years ago

Hi everyone,

If I try to import a non-existent file in SASS the import line will be write on the final content.

Is it possible to just write nothing or to throw an exception?