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}}
|
|
|
|
```
|
|
|
|
|
2018-01-05 04:39:29 +08:00
|
|
|
# dist/output.js
|
2012-04-05 20:59:01 +08:00
|
|
|
|
|
|
|
``` javascript
|
2018-01-05 04:39:29 +08:00
|
|
|
{{dist/output.js}}
|
2012-04-05 20:59:01 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
# Info
|
|
|
|
|
2017-12-14 17:09:09 +08:00
|
|
|
## Unoptimized
|
2012-04-05 20:59:01 +08:00
|
|
|
|
|
|
|
```
|
|
|
|
{{stdout}}
|
|
|
|
```
|
|
|
|
|
2017-12-14 17:09:09 +08:00
|
|
|
## Production mode
|
2012-04-05 20:59:01 +08:00
|
|
|
|
|
|
|
```
|
2017-12-14 17:09:09 +08:00
|
|
|
{{production:stdout}}
|
2012-04-05 20:59:01 +08:00
|
|
|
```
|