UNPKG

intl-tel-input

Version:

A JavaScript plugin for entering and validating international telephone numbers

16 lines (15 loc) 270 B
module.exports = function(grunt) { return { dynamic: { options: { optimizationLevel: 7, }, files: [{ expand: true, cwd: 'build/img', src: ['**/*.{png,jpg,gif}'], dest: 'build/img', }], }, }; };