Skip to content

Commit 9c52b08

Browse files
committed
Added note about chat to README, fixes some missing stats in examples
1 parent 16ebdb5 commit 9c52b08

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ It would be nice if you open source your own loaders or webmodules. :)
121121

122122
You are also welcome to correct any spelling mistakes or any language issues, because my english is not perfect...
123123

124-
124+
If you want to discus something or just need help, [here is a gitter.im room](https://gitter.im/webpack/webpack).
125125

126126

127127
## License

examples/loader/template.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,10 @@ Prints in node.js (`enhanced-require example.js`) and in browser:
4444

4545
```
4646
{{stdout}}
47-
```
47+
```
48+
49+
## Minimized (uglify-js, no zip)
50+
51+
```
52+
{{min:stdout}}
53+
```

examples/mixed/template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@
4242
```
4343
{{stdout}}
4444
```
45+
46+
## Minimized (uglify-js, no zip)
47+
48+
```
49+
{{min:stdout}}
50+
```

examples/named-chucks/template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@
3030
```
3131
{{stdout}}
3232
```
33+
34+
## Minimized (uglify-js, no zip)
35+
36+
```
37+
{{min:stdout}}
38+
```

0 commit comments

Comments
 (0)