basicallydan / forkability

:fork_and_knife: A linter for your repository.
https://basicallydan.github.io/forkability
MIT License
103 stars 19 forks source link

Added a default make task: deps->test->compile #89

Closed basicallydan closed 8 years ago

basicallydan commented 8 years ago

This came out of a conversation in #88. Although we agreed that simply running deps and then compile would do, I felt that putting tests in there would work too.

The reason for having this is in order to make it as easy as possible for people to start working on the code in the browser, and to make sure it's all working in the process.

M-Zuber commented 8 years ago

Looks perfect. Thank you for taking the time to work through this

basicallydan commented 8 years ago

No worries man. Sorry I haven't been as active as usual!

M-Zuber commented 8 years ago

It's all good. Imma going to go ahead and merge this