Skip to content

Commit

Permalink
Remove rbenv error details from README; remove scss install from cibuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Petra Gulicher committed Jun 28, 2016
1 parent d50c1c9 commit d008601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,6 @@ We have automated the build, with a few additions:

This is available as a shell script at `bin/cibuild.sh`.

### Errors

If you get `Fatal undefined` error, remember to set the Ruby version to 2.3.0. Most of us use rbenv:

```
$ rbenv local 2.3.0
```

or in rvm:

```
$ rvm use 2.3.0
```

### Dependencies

We use Bourbon 4.2.7. We include its scss files directly rather than calling it via its node package. Bourbon and Neat live under `/assets/sass/vendor`.
Expand Down
3 changes: 1 addition & 2 deletions bin/cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# Fail fast and be aware of exit codes
set -eo pipefail

gem install scss_lint scss_lint_reporter_checkstyle
npm install AusDTO/gulp-html
npm install
# do linting, build scss into css, minify and generate styleguide
./node_modules/.bin/gulp build.prod
./node_modules/.bin/gulp build.prod

0 comments on commit d008601

Please sign in to comment.