UNPKG

universal-web-template

Version:

An universal web proejct template - let you quickly set up a project using Handlebars, sass and ReactJS for front-end templating. It can be adopted with most modern CMS.

21 lines (15 loc) 286 B
/* jshint node: true */ /* Vendor - ionicons */ 'use strict'; module.exports = function(moduleDir) { return { styles:[ moduleDir + '/ionicons-npm/css/ionicons.css' ], fonts: [ moduleDir + '/ionicons-npm/fonts/*.{eot,svg,ttf,woff,woff2}' ] }; };