client-go / unofficial-docs

A home for unofficial client-go docs
Apache License 2.0
22 stars 2 forks source link

Create a Make target for building .sass files in Docker and use it in CI to verify the generated CSS files #8

Open xmudrii opened 6 years ago

xmudrii commented 6 years ago

From @munnerz's comment on #7:

:+1: we can look at creating a 'build' docker image later, as well as setting up a verify stage as part of CI to ensure the generated CSS is up-to-date.

Currently, in order to generate CSS files from .sass files, you need node-sass installed on your local machine, which is available on npm, therefore requires you to have npm installed as well. It would be nice to provide a Make target to use Docker to build CSS files from SASS files, as in that case you don't need to install npm and node-sass on your local machine.

xmudrii commented 6 years ago

/area hugo