Skip to content

Commit deb662c

Browse files
aurtistictraderjustin808
authored andcommitted
Removed and replaced no longer available repo (#400)
1 parent 102745f commit deb662c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Save a change to a JSX file and see it update immediately in the browser! Note,
183183
```
184184
heroku buildpacks:set heroku/ruby --app your-app
185185
heroku buildpacks:add --index 1 heroku/nodejs --app your-app
186-
heroku buildpacks:set --index 3 https://github.com/tempoautomation/heroku-buildpack-sourceversion.git --app your-app
186+
heroku buildpacks:set --index 3 https://github.com/sreid/heroku-buildpack-sourceversion.git --app your-app
187187
```
188188
+ **Development Mode**: Two flavors: Hot reloading assets (JavaScript & CSS) and Static loading.
189189
+ **Hot Loading**: We modify the URL in [application.html.erb](app/views/layouts/application.html.erb) based on whether or not we're in production mode using the helpers `env_stylesheet_link_tag` and `env_javascript_include_tag`. *Development mode* uses the Webpack Dev server running on port 3500. Other modes (production/test) use precompiled files. See `Procfile.hot`. `Procfile.dev` also starts this mode. Note, *you don't have to refresh a Rails web page to view changes to JavaScript or CSS*.

0 commit comments

Comments
 (0)