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

25 lines (23 loc) 637 B
module.exports = function (grunt) { 'use strict'; grunt.config.merge({ watch: { default: { files: ['Gruntfile.js', '{js,tasks}/*.js'], tasks: ['default'] }, less: { files: 'less/**/*', tasks: ['less'] }, jekyll: { files: ['dist/**/*', 'index.html', 'docs-assets/**/*'], tasks: ['uglify:docs', 'jekyll'] }, livereload: { options: { livereload: true }, files: ['dist/**/*'], } } }); };