const codepoints = require('./src/platform-icons.json'); module.exports = { inputDir: './src/icons/optimized', outputDir: './public', fontTypes: ['woff2'], assetTypes: ['html', 'json', 'css'], prefix: 'pi', tag: 'i', name: 'platform-icons', fontHeight: 300, normalize: true, formatOptions: { json: { indent: 2 } }, codepoints, templates: { css: './src/templates/css.hbs', html: './src/templates/html.hbs' }, pathOptions: { json: './src/platform-icons.json', html: './index.html' } };