tweak
This commit is contained in:
parent
7a0fe7500e
commit
064ff70453
|
@ -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...
|
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
|
## 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
|
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
|
## Testing
|
||||||
|
|
Loading…
Reference in New Issue