default:
  - build

build:
  - clean
  - jshint:lib
  - jscs:lib
  - lintspaces:lib
  - preprocess
  - concat
  - uglify
  - copy:example
