bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 92 forks source link

Fail on asset not found #220

Closed maurociancio closed 6 years ago

maurociancio commented 6 years ago

Hi there!

I'm using the following syntax:

<asset:javascript src="app.js" />
<asset:stylesheet src="app.css" />

I expected an error to be raised if app.js or app.css cannot be found. Is there a config I can tweak to change this behavior?

I'm on Grails 3. Thanks!

davydotcom commented 6 years ago

thats not how this is supposed to work it will make the request just like any other script or link rel tag