UNPKG

fd-gulp-convert-encoding

Version:

convert file to assigned charset

8 lines (6 loc) 187 B
/** * !!cmd:parseAmd=true */ define(['require','amdtest/output','amdtest/hello','amdtest/world'], function(require, output, hello, world ){ output.page( hello + ' ' + world ); } );