From ca8861cf1e0c11782620b896128d36639c2a8180 Mon Sep 17 00:00:00 2001 From: Igor Octaviano Date: Thu, 8 Jun 2017 15:59:01 -0300 Subject: [PATCH] Change output path in the package.json Now by default the assets are generated at `src/assets/react-toolbox --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 364bfa8..327ffdd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A command line tool to help you extract [react-toolbox](http://react-toolbox.com $ yarn add --dev react-toolbox-themr react-toolbox@2.0.0-beta.6 ``` -Note it only works with **React Toolbox 2.0 beta**. The output path shown in the GIF is outdated, now by default the assets are generated at `src/toolbox`. +Note it only works with **React Toolbox 2.0 beta**. The output path shown in the GIF is outdated, now by default the assets are generated at `src/assets/react-toolbox`. ![react-toolbox-themr](https://cloud.githubusercontent.com/assets/1634922/21305836/285a092a-c5ce-11e6-8ad4-7b170dc97d1b.gif) @@ -43,7 +43,7 @@ Once installed you can define the configuration in the `package.json` file of yo "color-primary-contrast": "var(--color-dark-contrast)", "color-accent-contrast": "var(--color-dark-contrast)" }, - "output": "assets/react-toolbox" + "output": "src/assets/react-toolbox" } ```