From 0bed5579928a4863e7dc533d1029cc863728e8f6 Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Sat, 25 Nov 2023 01:00:51 +0330 Subject: [PATCH] Remove the changes in the README file --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7fba493b4..485198fa2 100644 --- a/README.md +++ b/README.md @@ -447,8 +447,6 @@ For more details see If you want to use live code reloading, or you have enough JavaScript that on-demand compilation is too slow, you'll need to run `./bin/shakapacker-dev-server`. This process will watch for changes in the relevant files, defined by `shakapacker.yml` configuration settings for `source_path`, `source_entry_path`, and `additional_paths`, and it will then automatically reload the browser to match. This feature is also known as [Hot Module Replacement](https://webpack.js.org/concepts/hot-module-replacement/). -**Note:** If you want to enforce recompilation on asset host change (for example, through `SHAKAPACKER_ASSET_HOST` environment variable), in addition to using digest strategy, you should set `compiler_strategy_asset_host_sensitive: true` in `config/shakapacker.yml`. - #### Common Development Commands ```bash