jeff1evesque / machine-learning

Web-interface + rest API for classification and regression (https://jeff1evesque.github.io/machine-learning.docs)
Other
257 stars 85 forks source link

Adjust minified file extension for css assets #2779

Open jeff1evesque opened 8 years ago

jeff1evesque commented 8 years ago

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.

jeff1evesque commented 8 years ago

An issue has been created within the node-sass project, with the intention to steer, a solution for this issue.

jeff1evesque commented 8 years ago

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.