David Mosher
David Mosher
leaving this PR open for people coming from the screencast for easy viewing of the diff
- this allows users to avoid having globally installed versions of these modules so that the only thing they need to do to contribute is: `npm i` `npm test`
- I wanted to be able to allow custom validation messages but not have to rely on client-side i18n and the use of the `pattern` attribute. - I’ve got a...
- feather-route-matcher does not seem to match a route with '*' and I noticed its documentation uses `/*` for a catch all route
Parallel works great for shaving a few seconds off intensive tasks like `grunt-contrib-uglify`, but it has an issue right now where grunt.config properties that are set in a previous task...