PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/productjuly1video/healreals.click/themes/youplay/js/emoji/emojione/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/productjuly1video/healreals.click/themes/youplay/js/emoji/emojione/gruntfile.js |
module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), jshint: { files: ['gruntfile.js', 'lib/js/emojione.js'] }, jsonlint: { files: { src: ['emoji.json','emoji_strategy.json'] } }, // BUILD EMOJI ONE AWESOME CSS (SASS -> CSS) sass: { dist: { files: { 'extras/css/emojione-awesome.css': 'lib/emojione-awesome/emojione-awesome.scss' } } }, uglify: { options: { // the banner is inserted at the top of the output banner: '/*! <%= pkg.name %> <%= grunt.template.today("dd-mm-yyyy") %> */\n', mangle: false, ASCIIOnly: true }, dist: { files: { 'lib/js/<%= pkg.name %>.min.js': ['lib/js/<%= pkg.name %>.js'] } } }, // Minify Project CSS cssmin: { target: { files: { 'extras/css/emojione.min.css': ['extras/css/emojione.css'] } } }, watch: { files: ['<%= jshint.files %>'], tasks: ['jshint'] }, // run QUnit tests qunit: { all: ['lib/js/tests/tests.html'] } }); grunt.loadNpmTasks('grunt-contrib-sass'); grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadNpmTasks('grunt-jsonlint'); grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-contrib-cssmin'); grunt.loadNpmTasks('grunt-contrib-qunit'); grunt.registerTask('default', ['jshint','jsonlint', 'sass', 'uglify', 'cssmin']); grunt.registerTask('travis', ['qunit']); };