mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.35k stars 490 forks source link

rails:assets_precompile from cache #494

Closed zymtx5g79k closed 6 years ago

zymtx5g79k commented 7 years ago

mina 1.0.6 remote: git://github.com/mina-deploy/mina.git, revision: aaf50c597223f089103cb9b0d872bd4435edefed

New deployment process start compilation from cache when I had a syntax error in specific sass file. It based on the last commit but was ignored any changes in the file.

I had removed all from [project]/shared/cache. After that it found my changes. It was not easy to detect.

d4be4st commented 6 years ago

Yes, that is the way precompilation works. I have added cache to shared paths because the compilation is then much faster.

This is a tradeoff we are willing to make.