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
489 stars 53 forks source link

Invalid label in file '[inline]' - No file specified #176

Open estshy opened 10 years ago

estshy commented 10 years ago

When I'm having syntax error in my application.js, assets-pipeline is returning me something like

Parse error: Invalid label in file '[inline]' on line 29

This error is not much helpful, because there should be name of the file instead of [inline], right?