This commit is contained in:
Geoff Doty 2018-12-02 02:26:38 -05:00
parent 7a0fe7500e
commit 064ff70453
1 changed files with 7 additions and 7 deletions

View File

@ -88,14 +88,14 @@ These files are usually saved as `my-component.tag`, but to get proper syntax hi
Of course we want our component to do more, so...
...*for now*, go check out the [RiotJS GuideI](https://riot.js.org/guide/)
...*for now*, go check out the [RiotJS Guide](https://riot.js.org/guide/)
## Build for Production
When you are ready to move to production you can run `npm build`. This will create a `dist` folder with all your optimized assets, web-components, vendor dependencies and remove the riot `runtime-compiler` to shave off another 100kb
Check out the [gulpfile]('gulpfile.js') for all the build options if you do not want to build everything. Every task is commented, and split-up so you can grep it easily.
Check out the [gulpfile]('./gulpfile.js') for all the build options if you do not want to build everything. Every task is commented, and split-up so you can grep it easily.
## Testing