Sha256: a0eaef4e464345122d37b16d0e3d6dbe6dc53d499c8c22a1abe766d33768d35e

Contents?: true

Size: 691 Bytes

Versions: 43

Compression:

Stored size: 691 Bytes

Contents

## Setting Up a Development Environment

1. Install [Yarn](https://yarnpkg.com/)

2. Run the following commands to set up the development environment.
```
bundle install
yarn
```

## Making sure your changes pass all tests
There are a number of automated checks which run on Travis CI when a pull request is created.
You can run those checks on your own locally to make sure that your changes would not break the CI build.

### 1. Check the code for JavaScript style violations
```
yarn lint
```

### 2. Check the code for Ruby style violations
```
bundle exec rubocop
```

### 3. Run the JavaScript test suite
```
yarn test
```

### 4. Run the Ruby test suite
```
bundle exec rake test
```

Version data entries

43 entries across 43 versions & 3 rubygems

Version Path
jetpacker-0.7.0 CONTRIBUTING.md
jetpacker-0.6.0 CONTRIBUTING.md
webpacker-5.4.3 CONTRIBUTING.md
webpacker-5.4.2 CONTRIBUTING.md
webpacker-5.4.1 CONTRIBUTING.md
webpacker-5.4.0 CONTRIBUTING.md
webpacker-5.3.0 CONTRIBUTING.md
webpacker-5.2.2 CONTRIBUTING.md
jetpacker-0.5.0 CONTRIBUTING.md
webpacker-5.2.1 CONTRIBUTING.md
webpacker-4.3.0 CONTRIBUTING.md
webpacker-5.2.0 CONTRIBUTING.md
webpacker-5.1.1 CONTRIBUTING.md
webpacker-5.1.0 CONTRIBUTING.md
webpacker-5.0.1 CONTRIBUTING.md
webpacker-5.0.0 CONTRIBUTING.md
jetpacker-0.4.2 CONTRIBUTING.md
jetpacker-0.4.1 CONTRIBUTING.md
jetpacker-0.4.0 CONTRIBUTING.md
jetpacker-0.3.0 CONTRIBUTING.md