Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Desktop/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Desktop/Dioxus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Desktop/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Fullstack/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Fullstack/Dioxus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Fullstack/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Liveview/Dioxus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Web/Dioxus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Web/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down