1.1.2 • Published 4 years ago

@nestagencyuk/scss_lib v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

SCSS Frontend Library

Latest release

This repository contains Nest's SCSS library. This will hold any useful code snippets for re-use across all internal projects.

Requirements:

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 the X.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 and master. Now you just need to run npm 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

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.26

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago