Skip to content

Commit 0fbcdac

Browse files
committed
Rename page, try to frame as live-reload integration example
1 parent 4b797f1 commit 0fbcdac

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

guides/appendix/tailwind.md renamed to guides/appendix/live-reload.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Integrating with ember's live-reload system can be fairly straight-forward.
2+
3+
In short, any tool that can output or change files automatically can be used to add live-reload behavior.
4+
5+
The process is:
6+
7+
- emit some file to either the `public` or `app` tree
8+
- `link` or `import` the file from existing `ember` code
9+
10+
An example of this behavior and integration can be shown with a CSS authoring tool, Tailwind.
11+
12+
113
[Tailwind](https://tailwindcss.com/) is a popular way to use utility-first classes in projects that helps unify large projects using design-tokens-as-code.
214

315
To use Tailwind JIT with Ember, this guide follows the [Tailwind Getting Started](https://tailwindcss.com/docs/installation) guide, with some minor tweaks to file names and their locations.

guides/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@
8282
- title: 'Common issues'
8383
url: 'common-issues'
8484
- title: 'Tailwind'
85-
url: 'tailwind'
85+
url: 'live-reload'

0 commit comments

Comments
 (0)