UNPKG
fd-gulp-convert-encoding
Version:
latest (0.0.1)
0.0.1
convert file to assigned charset
fd-gulp-convert-encoding
/
test
/
source
/
qingguo
/
js
/
amdtest
/
hello_world.js
8 lines
(6 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * !!cmd:parseAmd=
true
*/ define([
'require'
,
'amdtest/output'
,
'amdtest/hello'
,
'amdtest/world'
],
function
(require, output, hello, world )
{
output
.page( hello +
' '
+ world ); } );