Styleguide pages built with Kss Node.
The style guide build tasks are made with Gulp.
$ docker-compose build
$ docker-compose run --rm styleguide npm run build
$ docker-compose run --rm --service-ports styleguide
You can launch the development watch with the following command:
$ docker-compose run --rm styleguide npm run dev
You should develop your changes in the branches and create a pull request where the last commit is setting the new version number according to the semantic versioning.
Always use the npm version
command to update the package:
$ npm version <major|minor|patch>
To publish the styleguide changes you have to build the project at CircleCI.
Successfull build will automatically push the woorank-theme assets into the S3 with the current version number and can be used in the applications.