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

Commit

Permalink
cs文件不转编码
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed May 16, 2014
1 parent 63b6154 commit 563e092
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down Expand Up @@ -214,6 +214,7 @@ module.exports = function (grunt) {
clean: {
build: {
src: [
disDir + "jsp/src",
disDir + "*/upload",
disDir + ".DS_Store",
disDir + "**/.DS_Store",
Expand Down

0 comments on commit 563e092

Please sign in to comment.