1.1.2 • Published 5 years ago
@nestagencyuk/scss_lib v1.1.2
SCSS Frontend Library
This repository contains Nest's SCSS library. This will hold any useful code snippets for re-use across all internal projects.
Requirements:
- Sass v1.25+
Contribution:
Develop
Copies everything to the distributable folder, and watches for changes.
$ npm run dev
Build
Copies everything to the distributable folder.
$ npm run build
Release
To create a new release:
- First ensure that you're on the
develop
branch and all pull requests and branches have been pulled and merged in (incl. master as the version may have been bumped). - Using Git Flow*, run
git flow release start vX.X.X
, replacing theX.X.X
with the appropriate new version number, incremented by one. Follow semvar practices, e.g vX.0.0 denotes a major version, v0.X.0 is a minor version and v0.0.X is a patch. See the package.json for the most recent version number. - Carry out any last minute work on the release branch and commit as normal.
- When finished, run
git flow release finish vX.X.X
and add any relevant commit messages. You must add a tag message otherwise the release will fail. - The release branch should now be merged into both
develop
andmaster
. Now you just need to runnpm run deploy
and you're done! The CI pipeline will handle the rest.
*Using Git Flow ensures the tagging is handled correctly. Creating a release branch manually won't work.
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.31
5 years ago
1.0.30
5 years ago
1.0.26
5 years ago
1.0.29
5 years ago
1.0.28
5 years ago
1.0.27
5 years ago
1.0.23
5 years ago
1.0.22
5 years ago
1.0.21
5 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago