1234567891011121314151617181920212223 |
- all: clean bootstrap comments fonts icons styles autoprefixer
- clean:
- @rm -rf dist/
- comments:
- @bash scripts/comments.sh
- bootstrap:
- @bash scripts/bootstrap.sh
- icons:
- @bash scripts/icons.sh
- styles:
- @bash scripts/styles.sh
- fonts:
- @bash scripts/fonts.sh
- autoprefixer:
- @bash scripts/autoprefixer.sh
|