ronaldocpontes

Results 13 comments of ronaldocpontes

Note that I removed some encoding manipulation, so for a non-binary file: FILE: vendor/bootstrap.js encoding variable : UTF-8 contents.encoding : CP850 Write method: string.encoding : CP850

The same here... Images get corrupted with both binary concat and copy filters: # BINARY CONCAT ConcatFilter = Rake::Pipeline::ConcatFilter ConcatFilter.processes_binary_files() match "static/*_/_" do filter ConcatFilter do |input| input.sub(/static\//, '') end...

Has anyone found a solution for this?