Remove BOM from project.json, *.cmd, *.sh and *.shade files.
This commit is contained in:
parent
723e7727f0
commit
9878f7dcf9
2
build.sh
2
build.sh
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if test `uname` = Darwin; then
|
if test `uname` = Darwin; then
|
||||||
cachedir=~/Library/Caches/KBuild
|
cachedir=~/Library/Caches/KBuild
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"webroot": "wwwroot",
|
"webroot": "wwwroot",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"wwwroot",
|
"wwwroot",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
REM copy the AspNet.Loader.dll to bin folder
|
REM copy the AspNet.Loader.dll to bin folder
|
||||||
md wwwroot\bin
|
md wwwroot\bin
|
||||||
|
|
||||||
SET ASPNETLOADER_PACKAGE_BASEPATH=%USERPROFILE%\\.dnx\\packages\Microsoft.AspNet.Loader.IIS.Interop
|
SET ASPNETLOADER_PACKAGE_BASEPATH=%USERPROFILE%\\.dnx\\packages\Microsoft.AspNet.Loader.IIS.Interop
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
SET DNX_HOME=%USERPROFILE%\.dnx\
|
SET DNX_HOME=%USERPROFILE%\.dnx\
|
||||||
|
|
||||||
REM copy the AspNet.Loader.dll to the bin folder
|
REM copy the AspNet.Loader.dll to the bin folder
|
||||||
call CopyAspNetLoader.cmd
|
call CopyAspNetLoader.cmd
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"authors": [
|
"authors": [
|
||||||
"Microsoft"
|
"Microsoft"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": "true"
|
"warningsAsErrors": "true"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": "true"
|
"warningsAsErrors": "true"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": "true"
|
"warningsAsErrors": "true"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue