This repository contains a collection of CSS customizations for EventVODS' csgovods. It is derived from the LolEventVods css collection.
To download the respository, simply clone the repository.
git clone https://github.com/simon--poole/csgovods
To set up your environment to make changes or build the source from scratch, you'll need to install Gulp
and a few prerequisites.
This can be done quickly using
npm install
You can quickly regenerate sprites files using
gulp sprites
This updates the images/teams.png
file and the less/team-sprites.less
file.
You'll also need to update the teams.less
file to include any additional sprites.
The same applies to images/thumbnails.png
, less/thumbnail-sprites.less
and thumbnails.less
.
Building the source is extremely simple - simply run
gulp build
The resulting css files can be found in dist/.