标签: ruby-on-rails angularjs assets sprockets digest
我在资源文件夹中有角度的html模板文件。在生产链轮中消化这些文件。我不能从棱角指令中引用它们。
例如: templateUrl:@template('index.html')
但真正的文件名是index-34857398782634287.html
如何不消化html文件?
答案 0 :(得分:0)
只需将它们复制到/public目录即可。资产管道不会处理此目录中的文件。
/public