Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 563e092

Browse files
committed
cs文件不转编码
1 parent 63b6154 commit 563e092

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ module.exports = function (grunt) {
170170
options: {
171171
charset: encode
172172
},
173-
src: [disDir + '**/*.html', disDir + '**/*.js', disDir + '**/*.css', disDir + '**/*.json', disDir + '**/*.jsp', disDir + '**/*.java', disDir + '**/*.asp', disDir + '**/*.cs']
173+
src: [disDir + '**/*.html', disDir + '**/*.js', disDir + '**/*.css', disDir + '**/*.json', disDir + '**/*.jsp', disDir + '**/*.asp']
174174

175175
},
176176
replace: {
177177

178178
fileEncode: {
179-
src: [ disDir + '**/*.html', disDir + 'dialogs/**/*.js', disDir + '**/*.css', disDir + '**/*.php', disDir + '**/*.jsp', disDir + '**/*.java', disDir + '**/*.ashx', disDir + '**/*.asp' ],
179+
src: [ disDir + '**/*.html', disDir + 'dialogs/**/*.js', disDir + '**/*.css', disDir + '**/*.php', disDir + '**/*.jsp', disDir + '**/*.ashx', disDir + '**/*.asp' ],
180180
overwrite: true,
181181
replacements: [
182182
{
@@ -214,6 +214,7 @@ module.exports = function (grunt) {
214214
clean: {
215215
build: {
216216
src: [
217+
disDir + "jsp/src",
217218
disDir + "*/upload",
218219
disDir + ".DS_Store",
219220
disDir + "**/.DS_Store",

0 commit comments

Comments
 (0)