Closed patrickocoffeyo closed 9 years ago
@patrickocoffeyo I fixed the syntax error, added some JSON lint checkers and chained the checks. Should we add watch
to this?
@fluxsauce Thanks for fixing that syntax error, I re-ordered the source file patterns like an idiot :D Also, awesome json linting! I'll add a watch task right now.
Added a gulp watch task.
Made watch the default task. Let's ship it!
This PR contains a
gulp cs
task in the root of the project that sniffs the codebase for code formatting issues, and an.editorconfig
file.This PR also introduces the latest version of Meteor, which includes some package upgrades. This upgrade was necessary for some of the coding standards enforcements to work while I was working on a build package. I've wrapped that into this PR because it's related, and needs to be merged.
Steps to test this PR:
npm install
inside of the project root. Ensure that npm modules install properly.gulp cs
from the project root. Ensure that no errors are returned.gulp cs
and ensure that it reports an error on your sloppy code.This PR also removes a duplicate license. (Proper license is in the
/docs
folder)