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
Updated by The Foreman Bot about 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman-docker/pull/33 added
- Pull request deleted (
)
Updated by Dominic Cleal about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-docker|916c52902510ec7c1e9e82a2b06eb3c671287225.
Actions