To build for RT:

1) Find the new release on the Releases page:

    https://github.com/MaximBelov/chartjs-plugin-colorschemes/releases

2) Unpack the downloaded release:

    tar zxvf v0.6.4.tar.gz

3) In the unpacked directory, run the build. This project uses gulp, so install if needed.

    npm install -g gulp
    npm install
    gulp build

4) From the created dist directory, copy the files into RT:

    cp /path/to/src/dist/chartjs-plugin-colorschemes.js devel/third-party/chartjs-plugin-colorschemes/
    cp /path/to/src/dist/chartjs-plugin-colorschemes.min.js ~/work/bps/rt6/share/static/js/
