I have html templates files in assets folder for angular. In production sprockets digest these files. And I can't reference to them from angular directive.
For example: templateUrl: @template('index.html')
but real file name is index-34857398782634287.html
How to not digest html files?