Most of us know that Grunt is a really nice javascript task runner. Here you'll find a Grunt setup for a project with sass and javascript.
- A grunt setup for javascript and sass files
- Quick javascript watcher
| # https://github.com/causes/scss-lint/blob/master/lib/scss_lint/linter/README.md | |
| linters: | |
| # bad : color: #000!important; | |
| # good: color: #000 !important; | |
| BangFormat: | |
| enabled: true | |
| # bad : border: none; | |
| # good: border: 0; | |
| BorderZero: |
| [alias] | |
| # View the SHA, description, and history graph of the latest 30 commits | |
| l = log --pretty=oneline -n 30 --graph --abbrev-commit | |
| # View the current working tree status using the short format | |
| s = status -sb | |
| # Show the diff between the latest commit and the current state | |
| d = !"git diff-index --quiet HEAD -- || clear; git --no-pager diff --patch-with-stat" | |
| Verifying that +rickvdstaaij is my blockchain ID. https://onename.com/rickvdstaaij |
| [/] | |
| animate-app-switch=false | |
| animate-show-apps=false | |
| animate-window-launch=false | |
| appicon-margin=2 | |
| available-monitors=[1, 0, 2] | |
| dot-color-1='#606060' | |
| dot-color-2='#606060' | |
| dot-color-3='#606060' | |
| dot-color-4='#606060' |
For more info, check https://bit.ly/taskfile-base.