Refactor dev workflow

This commit is contained in:
Nicolas Gallagher
2015-09-08 23:29:31 -07:00
parent 114fb5f8c7
commit eada8e7fc7
15 changed files with 110 additions and 96 deletions

View File

@@ -67,10 +67,10 @@ not want to merge into the project.
Development commands:
* `npm start` start the dev server and develop against live examples
* `npm run build` build the library
* `npm run dev` start the dev server and develop against live examples
* `npm run lint` run the linter
* `npm run specs` run the unit tests
* `npm run build` generate a build
* `npm run specs:watch` run and watch the unit tests
Please follow this process for submitting a patch: