![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/intl-tel-input/grunt/ |
module.exports = function(grunt) { return { options: { banner: '/*\n' + ' * International Telephone Input v<%= package.version %>\n' + ' * <%= package.repository.url %>\n' + ' * Licensed under the MIT license\n' + ' */\n', screwIE8: false }, dev: { options: { beautify: true, compress: false, mangle: false, preserveComments: true }, files: { 'build/js/intlTelInput.js': 'tmp/wrapped.js', 'build/js/intlTelInput-jquery.js': 'tmp/wrapped-jquery.js', 'build/js/data.js': 'tmp/data.js', } }, prod: { files: { 'tmp/wrapped.min.js': 'tmp/wrapped.js', 'tmp/wrapped-jquery.min.js': 'tmp/wrapped-jquery.js', 'build/js/data.min.js': 'tmp/data.js', } }, }; };