Skip to content

Commit

Permalink
chore(docs): misc readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Introvertuous committed Mar 7, 2020
1 parent f9ff26a commit d2aa993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Click an icon to copy the import statement to your clipboard.
</div>
```

### Running The Example
### Running The Example (Icon Navigator)

scripts
scripts (yarn prefix omitted)

- submodule
- link (/)
- dev (/)
- link svelte-icons (/example)
- dev (/example)

note: building the example takes a very long time, but technically hot-reloading should be fast, although it seems that rollup is not caching dynamic imports for some reason, which means dev with hot-reload is not possible atm. The current work around is to remove some number of dynamic imports from inside `store.js`.
[ NOTE / TODO ]: Building the example takes a very long time, but technically hot-reloading should be fast, although it seems that rollup is not caching dynamic imports for some reason, which means dev with hot-reload is not possible atm. The current work around is to remove some number (ideally all but one) of dynamic imports from inside `store.js`, depending on which packages you need during development.

0 comments on commit d2aa993

Please sign in to comment.