Skip to content

Commit 6c771c6

Browse files
committed
Renamed Scripts to scripts for Linux compatibility.
1 parent c827f56 commit 6c771c6

30 files changed

+16
-10
lines changed

Guncho.Site/Guncho.Site.csproj

-8
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@
102102
<ItemGroup>
103103
<Compile Include="Site.cs" />
104104
</ItemGroup>
105-
<ItemGroup>
106-
<Reference Include="System.Data.DataSetExtensions" />
107-
<Reference Include="System.Web.ApplicationServices" />
108-
<Reference Include="System.Web.DynamicData" />
109-
<Reference Include="System.Web.Entity" />
110-
<Reference Include="System.Web.Extensions" />
111-
<Reference Include="System.Xml.Linq" />
112-
</ItemGroup>
113105
<PropertyGroup>
114106
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
115107
</PropertyGroup>

Guncho.Site/master.ts

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
// This references all other TypeScript code in the project to ensure it gets compiled.
2+
3+
/// <reference path="scripts/typings/angularLocalStorage/angularLocalStorage.d.ts" />
4+
/// <reference path="scripts/typings/jquery/jquery.d.ts" />
5+
/// <reference path="scripts/typings/signalr/signalr.d.ts" />
6+
/// <reference path="scripts/typings/glkote/glkote.d.ts" />
7+
/// <reference path="scripts/typings/angularjs/angular-route.d.ts" />
8+
/// <reference path="scripts/typings/angularjs/angular-resource.d.ts" />
9+
/// <reference path="scripts/typings/angularjs/angular-mocks.d.ts" />
10+
/// <reference path="scripts/typings/angularjs/angular.d.ts" />
11+
/// <reference path="scripts/typings/angularjs/angular-scenario.d.ts" />
12+
/// <reference path="scripts/typings/angularjs/angular-cookies.d.ts" />
13+
/// <reference path="scripts/typings/angularjs/angular-animate.d.ts" />
14+
/// <reference path="scripts/typings/angularjs/angular-sanitize.d.ts" />
15+
216
/// <reference path="app/app.ts" />
317
/// <reference path="app/controllers/editRealmController.ts" />
418
/// <reference path="app/controllers/indexController.ts" />
File renamed without changes.
File renamed without changes.

Guncho.Site/Scripts/jquery.signalR-2.1.2.js Guncho.Site/scripts/jquery.signalR-2.1.2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*/
1010

11-
/// <reference path="Scripts/jquery-1.6.4.js" />
11+
/// <reference path="scripts/jquery-1.6.4.js" />
1212
/// <reference path="jquery.signalR.version.js" />
1313
(function ($, window, undefined) {
1414

File renamed without changes.
File renamed without changes.
File renamed without changes.

WebEssentials-Settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"LintResultLocation": "Message",
104104
"MakeMinified": true,
105105
"OutputDirectory": null,
106-
"RootDirectory": "/Scripts/",
106+
"RootDirectory": "/scripts/",
107107
"RunOnBuild": false,
108108
"TermSemicolons": true
109109
},

0 commit comments

Comments
 (0)