PHP Classes

File: vendors/jqvmap/grunt/concat.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/jqvmap/grunt/concat.js   Download  
File: vendors/jqvmap/grunt/concat.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 620 bytes
 

Contents

Class file image Download
module.exports = { options: { banner: '/*!\n' + ' * <%= package.author.name %>: <%= package.description %>\n' + ' * @author <%= package.author.name %> <<%= package.author.email %>>\n' + ' * @version <%= package.version %>\n' + ' * @link <%= package.author.url %>\n' + ' * @license https://github.com/manifestinteractive/jqvmap/blob/master/LICENSE\n' + ' * @builddate <%= grunt.template.today("yyyy/mm/dd") %>\n' + ' */\n\n' }, dist: { files: { 'dist/jquery.vmap.js': [ "src/VectorCanvas.js", "src/ColorScale.js", "src/JQVMap.js", "src/Base.js", "src/**/*.js" ] } } };