Skip to content

Commit

Permalink
Merge pull request gabrielecirulli#234 from sigod/contributing
Browse files Browse the repository at this point in the history
CONTRIBUTING.md: sass --unix-newlines
  • Loading branch information
sigod committed Dec 13, 2014
2 parents 5297877 + ecd91f7 commit 999bea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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`.
Expand Down

0 comments on commit 999bea3

Please sign in to comment.