#!/usr/bin/env node /*! Copyright Twitter Inc. and other contributors. Licensed under MIT *//* https://github.com/twitter/twemoji/blob/gh-pages/LICENSE */ // dependencies var fs = require('fs'); var path = require('path'); function file(which) { return path.join(__dirname, '..', which); } fs.readdir(file('assets'), function (err, files) { var page = fs.readFileSync(file('templates/preview.html')).toString().replace( '{{emoji-list}}', '