sassbox is a collection of our favourite Sass snippets.
bower install --save ala-ch/sassbox or download and import _sassbox.scss.
This collection includes gems we found somewhere on the internets. ❤︎ s. credits in code/comments
s. /docs
$ grunt to build dist (/sassbox.scss), docs (/docs) and examples (/demo)
$ grunt dist to build dist
$ grunt docs to build docs
$ grunt demo to build examples
grunt-bump usage:
$ grunt bump or $ grunt bump:patch v1.0.1 → v1.0.2
$ grunt bump:minor v1.0.2 → v1.1.0
$ grunt bump:major v1.1.0 → v2.0.0
$ grunt bump --setversion=2.0.3 set version
$ grunt bump --dry-run just try. No changes, stages, commits or pushes.
Bump version, update dist and docs, commit:
$ grunt bump-only:minor
# do whatever needs to be done
$ grunt bump-commit