| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
We are more than happy to accept external contributions to the project in the form of feedback, bug reports and even better - pull requests :)
In order for us to help you please check that you've completed the following steps:
There is a picky .jshintrc file, but it is not part of the build process since the move to typsescript. The main points are that the project uses single-quotes, two space indentation, multiple var statements and whitespace around arguments. Use a single space after keywords like function.
1 Many of the e2e tests in website generate screen shot PNG files. This enables a quick visual check that no unintended changes have been made to the UI. The best way to use this is as follows:
In your .gitconfig in your home folder add a section
[diff "image"] command = ~/bin/git-imgdiff
where the ~/bin/git-imgdiff file referred to is
#!/bin/sh compare "$2" "$1" png:- | montage -geometry +4+4 "$2" - "$1" png:- | display -title "$1"
compare is part of ImageMagick
| Back | FazBrowse Home | New Git URL |