machine-learning
machine-learning copied to clipboard
Adjust minified file extension for css assets
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.
An issue has been created within the node-sass project, with the intention to steer, a solution for this issue.
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.