![]() 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 { src: [ 'src/js/data.js', 'build/js/intlTelInput.min.js', 'build/js/utils.js' ], options: { vendor: [ 'node_modules/jquery/dist/jquery.js', 'node_modules/jasmine-jquery/lib/jasmine-jquery.js', 'node_modules/es6-promise/dist/es6-promise.auto.js', // for IE11 'node_modules/custom-event-polyfill/polyfill.js', // for IE11 ], helpers: [ 'src/spec/helpers/**/*.js' ], specs: [ 'src/spec/tests/**/*.js' ], styles: "build/css/intlTelInput.css", // required so adding "hide" class actually works etc. outfile: 'spec.html', keepRunner: true } }; };