Skip to content

Commit

Permalink
Build minified script and updated contribute guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tarruda committed Mar 12, 2013
1 parent ace4fc3 commit 1502c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Contributions guidelines:
- If it is a new feature, try to add automated tests for it.
- Never submit patches that break existing tests(make test should take care of
downloading dependencies and running the tests)
- Do not commit the files in the 'build' dir. They will only be commited on a
release ('git update-index --assume-unchanged build/{js,css}/*' will help)
- Do not commit the files in the 'build' dir, 'git update-index --assume-unchanged build/{js,css}/*' will help

Before starting to develop, enter 'make deps' to download all dependencies
needed for developing/testing. 'make test' will run all tests.
Loading

0 comments on commit 1502c4d

Please sign in to comment.