Actions
Bug #8100
closedAsset precompilation split between foreman_docker & foreman_docker_engine
Description
Asset precompilation is split over two directories at the moment as the engine name isn't redefined to "foreman_docker".
16:31 $ rake plugin:assets:precompile[foreman_docker] 16:31 $ ll ../foreman-docker/public/assets/* ../foreman-docker/public/assets/foreman_docker: total 32 -rw-rw-r--. 1 dcleal dcleal 867 Oct 24 14:39 image_step-07895f03f97d6ccc96764ec538d5a120.js -rw-rw-r--. 1 dcleal dcleal 366 Oct 24 14:39 image_step-07895f03f97d6ccc96764ec538d5a120.js.gz -rw-rw-r--. 1 dcleal dcleal 867 Oct 24 14:39 image_step.js -rw-rw-r--. 1 dcleal dcleal 366 Oct 24 14:39 image_step.js.gz -rw-rw-r--. 1 dcleal dcleal 3159 Oct 24 14:39 terminal-22dce90f9325ffeae30af2c7b47e183d.css -rw-rw-r--. 1 dcleal dcleal 567 Oct 24 14:39 terminal-22dce90f9325ffeae30af2c7b47e183d.css.gz -rw-rw-r--. 1 dcleal dcleal 3159 Oct 24 14:39 terminal.css -rw-rw-r--. 1 dcleal dcleal 567 Oct 24 14:39 terminal.css.gz ../foreman-docker/public/assets/foreman_docker_engine: total 4 -rw-rw-r--. 1 dcleal dcleal 380 Oct 24 16:31 manifest.yml
Actions