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.

19 lines (13 loc) 281 B
/* jshint node: true */ /* Vendor - fancybox */ 'use strict'; module.exports = function(moduleDir) { return { plugins:[ moduleDir + "/fancybox/dist/js/jquery.fancybox.pack.js", moduleDir + "/fancybox/dist/helpers/js/jquery.fancybox-media.js" ] }; };