diff --git a/Desktop/.gitignore b/Desktop/.gitignore index 5f0b8d2..a8c4035 100644 --- a/Desktop/.gitignore +++ b/Desktop/.gitignore @@ -5,7 +5,7 @@ /static/ /.dioxus/ -# this file will generate by tailwind: +# this file will be generated by tailwind: /assets/tailwind.css # These are backup files generated by rustfmt diff --git a/Desktop/Dioxus.toml b/Desktop/Dioxus.toml index ddc5a6c..0d02c1a 100644 --- a/Desktop/Dioxus.toml +++ b/Desktop/Dioxus.toml @@ -20,10 +20,10 @@ title = "{{project-name}}" [web.watcher] -# when watcher trigger, regenerate the `index.html` +# when watcher triggers, regenerate the `index.html` reload_html = true -# which files or dirs will be watcher monitoring +# which files or dirs the watcher will monitor watch_path = ["src", "assets"] # include `assets` in web platform diff --git a/Desktop/README.md b/Desktop/README.md index 5ea3a32..5b79d7a 100644 --- a/Desktop/README.md +++ b/Desktop/README.md @@ -1,7 +1,7 @@ # Development {% if styling == "Tailwind" %} 1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm -2. Install the tailwind css cli: https://tailwindcss.com/docs/installation +2. Install the Tailwind CSS CLI: https://tailwindcss.com/docs/installation 3. Run the following command in the root of the project to start the tailwind CSS compiler: ```bash diff --git a/Fullstack/.gitignore b/Fullstack/.gitignore index 5f0b8d2..a8c4035 100644 --- a/Fullstack/.gitignore +++ b/Fullstack/.gitignore @@ -5,7 +5,7 @@ /static/ /.dioxus/ -# this file will generate by tailwind: +# this file will be generated by tailwind: /assets/tailwind.css # These are backup files generated by rustfmt diff --git a/Fullstack/Dioxus.toml b/Fullstack/Dioxus.toml index ca6479b..31c9d1f 100644 --- a/Fullstack/Dioxus.toml +++ b/Fullstack/Dioxus.toml @@ -20,10 +20,10 @@ title = "{{project-name}}" [web.watcher] -# when watcher trigger, regenerate the `index.html` +# when watcher triggers, regenerate the `index.html` reload_html = true -# which files or dirs will be watcher monitoring +# which files or dirs the watcher will monitor watch_path = ["src", "assets"] # include `assets` in web platform diff --git a/Fullstack/README.md b/Fullstack/README.md index 4a446e5..7e7d74e 100644 --- a/Fullstack/README.md +++ b/Fullstack/README.md @@ -1,6 +1,6 @@ {% if styling == "Tailwind" %} 1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm -2. Install the tailwind css cli: https://tailwindcss.com/docs/installation +2. Install the Tailwind CSS CLI: https://tailwindcss.com/docs/installation 3. Run the following command in the root of the project to start the tailwind CSS compiler: ```bash diff --git a/Liveview/Dioxus.toml b/Liveview/Dioxus.toml index 4e5e092..7964192 100644 --- a/Liveview/Dioxus.toml +++ b/Liveview/Dioxus.toml @@ -20,10 +20,10 @@ title = "{{project-name}}" [web.watcher] -# when watcher trigger, regenerate the `index.html` +# when watcher triggers, regenerate the `index.html` reload_html = true -# which files or dirs will be watcher monitoring +# which files or dirs the watcher will monitor watch_path = ["src", "assets"] # include `assets` in web platform diff --git a/Web/.gitignore b/Web/.gitignore index 5f0b8d2..a8c4035 100644 --- a/Web/.gitignore +++ b/Web/.gitignore @@ -5,7 +5,7 @@ /static/ /.dioxus/ -# this file will generate by tailwind: +# this file will be generated by tailwind: /assets/tailwind.css # These are backup files generated by rustfmt diff --git a/Web/Dioxus.toml b/Web/Dioxus.toml index 2ae261a..f0cb152 100644 --- a/Web/Dioxus.toml +++ b/Web/Dioxus.toml @@ -20,10 +20,10 @@ title = "{{project-name}}" [web.watcher] -# when watcher trigger, regenerate the `index.html` +# when watcher triggers, regenerate the `index.html` reload_html = true -# which files or dirs will be watcher monitoring +# which files or dirs the watcher will monitor watch_path = ["src", "assets"] # include `assets` in web platform diff --git a/Web/README.md b/Web/README.md index 80f7529..4e9a279 100644 --- a/Web/README.md +++ b/Web/README.md @@ -1,7 +1,7 @@ # Development {% if styling == "Tailwind" %} 1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm -2. Install the tailwind css cli: https://tailwindcss.com/docs/installation +2. Install the Tailwind CSS CLI: https://tailwindcss.com/docs/installation 3. Run the following command in the root of the project to start the tailwind CSS compiler: ```bash