webpack/examples/coffee-script/template.md

38 lines
308 B
Markdown
Raw Permalink Normal View History

2012-04-05 20:59:01 +08:00
# example.js
``` javascript
{{example.js}}
```
# cup1.coffee
``` coffee-script
{{cup1.coffee}}
```
# cup2.coffee
``` coffee-script
{{cup2.coffee}}
```
# dist/output.js
2012-04-05 20:59:01 +08:00
``` javascript
{{dist/output.js}}
2012-04-05 20:59:01 +08:00
```
# Info
## Unoptimized
2012-04-05 20:59:01 +08:00
```
{{stdout}}
```
## Production mode
2012-04-05 20:59:01 +08:00
```
{{production:stdout}}
2012-04-05 20:59:01 +08:00
```