We need to ensure all minified css asset files have an ending .min.css extension. This means we'll need to adjust the corresponding index.html references, as well as any puppet related logic. One possible solution, is to implement the sass-autocompile project.
This issue should not be isolated to the current vagrant configuration. Instead, it should be related to a build pipeline, which is associated continous deployment methodology, which currently doesn't exist.
We need to ensure all minified css asset files have an ending
.min.css
extension. This means we'll need to adjust the correspondingindex.html
references, as well as any puppet related logic. One possible solution, is to implement the sass-autocompile project.