UNPKG

@open-xchange/bootstrap-tokenfield

Version:

Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support. Fork of sliptree/bootstrap-tokenfield

22 lines (20 loc) 504 B
module.exports = function (grunt) { 'use strict'; grunt.config.merge({ uglify: { options: { banner: '<%= banner %>' }, dist: { files: { 'dist/<%= pkg.name %>.min.js': 'dist/<%= pkg.name %>.js' } }, docs: { files: { 'docs-assets/js/docs.min.js': 'docs-assets/js/docs.js' } } } }); };