Skip to content

Commit 41ed665

Browse files
committed
docs(contributing): remove sprockets related old info
1 parent fc0b3ae commit 41ed665

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,10 @@ The gem is a [Rails engine](http://guides.rubyonrails.org/v4.2/engines.html). So
1515
To run the application quickly, you can execute in the root of the gem the following command:
1616

1717
```
18-
# To use sprockets
1918
bin/setup
20-
21-
# To use webpacker
22-
bin/setup --use_webpacker
2319
```
2420

2521
This command loads the dummy app with test data.
26-
27-
The command leaves some automatically generated files from the setup process, these files should be (manually) ignored if you want to commit a change. If you want to clean these files you can run `bin/clean` but be warned that it will remove any non-committed change from the `spec/dummy` folder.
28-
2922
To navigate the application you can run, inside the `/spec/dummy` directory:
3023

3124
```
@@ -47,9 +40,8 @@ bundle exec rake tests
4740
4841
# For running with webpacker only
4942
bundle exec rspec
50-
```
5143
52-
# For running with webpacker only
44+
# For running with sprockets only
5345
export SPROCKETS=true; bundle exec rspec
5446
```
5547

0 commit comments

Comments
 (0)