Masato Ikeda
Masato Ikeda
Do you have `#{current_path}/REVISION` on your remote server? This file is created on every deploy and records the deployed commit id. And, the task reads the id and run `git...
I have the same issue. `#= require some_jst_eco_filename` in a *.coffee file fails since sprockets 4.0.0. I guess, this is because [sprockets prior to 4.0 treats coffeescript file as `application/javascript`](https://github.com/rails/sprockets/blob/v3.7.2/lib/sprockets.rb#L127),...
I reproduced the issue with a tiny project. https://github.com/a2ikm/sprockets-test2 Here is a failed test case for 4.0. https://travis-ci.org/github/a2ikm/sprockets-test2