You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want more meta information? Download the [cryptocurrencies-meta.json](https://github.com/crypti/cryptocurrencies/blob/master/cryptocurrencies-meta.json) and import it to your project.
@@ -49,8 +54,9 @@ and can be updated automatically by running:
49
54
$ npm run build
50
55
```
51
56
52
-
:bulb: Note that this build routine synchronously downloads the currency icons and saves them to the `images` directory. This means
53
-
that the build routine takes a few minutes, since it has to process thousands of images.
57
+
> :bulb:**Important**
58
+
>
59
+
> The standard build routine synchronously downloads the currency icons and saves them to the `images` directory. This means that the build routine takes a few minutes, since it has to process thousands of images. Use `npm run fast-build` to skip existing images that may have already been downloaded.
0 commit comments