Sha256: 5b425be7e01b6e98266b56c762b8be6939e22829dae94b2f5cb3fd0a0106927e

Contents?: true

Size: 538 Bytes

Versions: 2

Compression:

Stored size: 538 Bytes

Contents

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.min.js': [
				"dist/jquery.vmap.js"
			]
		}
	}
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/node_modules/jqvmap/grunt/uglify.js
rails_modular_admin-0.4.0 app/assets/node_modules/jqvmap/grunt/uglify.js