Skip to content

Commit 7b2f731

Browse files
committed
Rename demo_app-no-sprockets -> demo_app-gulp
After adding the `demo_app-brunch` example, we now have two example apps that don't use sprockets. Thus, the name `demo_app-no-sprockets` was a bit confusing. Since the difference between `demo_app-no-sprockets` and `demo_app` is that the former uses gulp instead of sprockets, we've decided to rename it to `demo_app-gulp`.
1 parent 2a8af24 commit 7b2f731

File tree

94 files changed

+5
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+5
-5
lines changed

Diff for: .circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ workflows:
6060
- test:
6161
executor: ruby_2_5_5_executor
6262
include_linting: true
63-
test_ruby_2_5_no_sprockets:
63+
test_ruby_2_5_gulp:
6464
jobs:
6565
- test:
6666
executor: ruby_2_5_5_executor
67-
example_app: demo_app-no-sprockets
67+
example_app: demo_app-gulp
6868
test_ruby_2_5_rails5:
6969
jobs:
7070
- test:
@@ -79,11 +79,11 @@ workflows:
7979
jobs:
8080
- test:
8181
executor: ruby_2_6_3_executor
82-
test_ruby_2_6_no_sprockets:
82+
test_ruby_2_6_gulp:
8383
jobs:
8484
- test:
8585
executor: ruby_2_6_3_executor
86-
example_app: demo_app-no-sprockets
86+
example_app: demo_app-gulp
8787
test_ruby_2_6_rails5:
8888
jobs:
8989
- test:

Diff for: README.md

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)