webpack/examples/coffee-script/template.md

38 lines
316 B
Markdown
Raw Permalink Normal View History

2012-04-05 20:59:01 +08:00
# example.js
```javascript
_{{example.js}}_
2012-04-05 20:59:01 +08:00
```
# cup1.coffee
```coffee-script
_{{cup1.coffee}}_
2012-04-05 20:59:01 +08:00
```
# cup2.coffee
```coffee-script
_{{cup2.coffee}}_
2012-04-05 20:59:01 +08:00
```
# 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}}_
2012-04-05 20:59:01 +08:00
```
## Production mode
2012-04-05 20:59:01 +08:00
```
_{{production:stdout}}_
```