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.

20 lines (14 loc) 305 B
/* jshint node: true */ /* Vendor - jQuery */ 'use strict'; module.exports = function(moduleDir) { return { plugins:[ moduleDir + "/jquery/dist/jquery.js", moduleDir + "/jquery.easing/jquery.easing.js", moduleDir + "/jquery-validation/dist/jquery.validate.js" ] }; };