From 563e092b544250783a0de50f2b793a9fc9c8f9cc Mon Sep 17 00:00:00 2001 From: xujinquan <459452372@qq.com> Date: Fri, 16 May 2014 13:59:01 +0800 Subject: [PATCH] =?UTF-8?q?cs=E6=96=87=E4=BB=B6=E4=B8=8D=E8=BD=AC=E7=BC=96?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gruntfile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index d7d543546..368a526f1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -170,13 +170,13 @@ module.exports = function (grunt) { options: { charset: encode }, - src: [disDir + '**/*.html', disDir + '**/*.js', disDir + '**/*.css', disDir + '**/*.json', disDir + '**/*.jsp', disDir + '**/*.java', disDir + '**/*.asp', disDir + '**/*.cs'] + src: [disDir + '**/*.html', disDir + '**/*.js', disDir + '**/*.css', disDir + '**/*.json', disDir + '**/*.jsp', disDir + '**/*.asp'] }, replace: { fileEncode: { - src: [ disDir + '**/*.html', disDir + 'dialogs/**/*.js', disDir + '**/*.css', disDir + '**/*.php', disDir + '**/*.jsp', disDir + '**/*.java', disDir + '**/*.ashx', disDir + '**/*.asp' ], + src: [ disDir + '**/*.html', disDir + 'dialogs/**/*.js', disDir + '**/*.css', disDir + '**/*.php', disDir + '**/*.jsp', disDir + '**/*.ashx', disDir + '**/*.asp' ], overwrite: true, replacements: [ { @@ -214,6 +214,7 @@ module.exports = function (grunt) { clean: { build: { src: [ + disDir + "jsp/src", disDir + "*/upload", disDir + ".DS_Store", disDir + "**/.DS_Store",