diff --git a/.gitignore b/.gitignore index 0d31019855..5633a2513c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,9 @@ .sass-cache/ +*.map + +# Eclipse project files +.project +.settings/ + +# Mac OS Finder folder data +.DS_Store diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a8c8cef1e..8b269ae253 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,11 +11,11 @@ Please follow the house rules to have a bigger chance of your contribution being - If you want to modify the CSS, please edit the SCSS files present in `style/`: `main.scss` and others. Don't edit the `main.css`, because it's supposed to be generated. In order to compile your SCSS modifications, you need to use the `sass` gem (install it by running `gem install sass` once Ruby is installed). To run SASS, simply use the following command: - `sass --watch style/main.scss` + `sass --unix-newlines --watch style/main.scss` SASS will automatically recompile your css when changed. - `Rakefile` contains some tasks that help during development. Feel free to add useful tasks if needed. - Please use 2-space indentation when editing the JavaScript. A `.jshintrc` file is present, which will help your code to follow the guidelines if you install and run `jshint`. - - Please test your modification thouroughly before submitting your Pull Request. + - Please test your modification thoroughly before submitting your Pull Request. ### Changes that might not be accepted We have to be conservative with the core game. This means that some modifications won't be merged, or will have to be evaluated carefully before being merged: diff --git a/README.md b/README.md index e475357b5d..7120611aa7 100644 --- a/README.md +++ b/README.md @@ -7,20 +7,20 @@ The official app can also be found on the [Play Store](https://play.google.com/s ### Contributions +[Anna Harren](https://github.com/iirelu/) and [sigod](https://github.com/sigod) are maintainers for this repository. + +Other notable contributors: + - [TimPetricola](https://github.com/TimPetricola) added best score storage - [chrisprice](https://github.com/chrisprice) added custom code for swipe handling on mobile - - [elektryk](https://github.com/elektryk) made swipes work on Windows Phone + - [marcingajda](https://github.com/marcingajda) made swipes work on Windows Phone - [mgarciaisaia](https://github.com/mgarciaisaia) added support for Android 2.3 Many thanks to [rayhaanj](https://github.com/rayhaanj), [Mechazawa](https://github.com/Mechazawa), [grant](https://github.com/grant), [remram44](https://github.com/remram44) and [ghoullier](https://github.com/ghoullier) for the many other good contributions. ### Screenshot -
-
-