Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
grunt-contrib-uglify を使用して、package.json コントリビューターを出力バナーに追加しようとしています。
contributors 配列を反復処理することは可能ですか?
これが私が思いついたものです。御馳走を働きます。
var contributors = grunt.template.process('<% _.forEach( contributors, function(contributor) { %>\n * <%= contributor.name %> <<%= contributor.email %>><% }); %>', {data{'contributors': pkg.contributers}});