Perhaps I'm doing this wrong, but I get an error with the following Assetfile:
output "public"
input "assets", "**/*.js" do
concat "application.js"
filter Rake::Pipeline::Web::Filters::CacheBusterFilter
end
I get an Errno::ENOENT:
No such file or directory - /.path/to/rake-pipeline-tmp-1/application.js (Errno::ENOENT)
This might be similar to issue #19 whereby the filter only works if the input files exist when the pipeline gets set up, though I can't be sure.
Perhaps I'm doing this wrong, but I get an error with the following
Assetfile:I get an
Errno::ENOENT:No such file or directory - /.path/to/rake-pipeline-tmp-1/application.js (Errno::ENOENT)This might be similar to issue #19 whereby the filter only works if the input files exist when the pipeline gets set up, though I can't be sure.