Update: 3rd-party libraries updated, refactoring

Updated: SignalR 2.1.1, Moment.js 2.7, Reactive Extensions 2.2.5,
TinyMCE 4.1.2.
Customized TinyMCE skin and implemented FontAwesome icons.
T4MVC refactored.
This commit is contained in:
Gary Sharp
2014-07-26 15:54:01 +10:00
parent b78ce003a7
commit a43db01b96
110 changed files with 30460 additions and 21943 deletions
+3
View File
@@ -23,6 +23,9 @@ namespace Disco.Web
BundleTable.Add(new FileBundle("~/Style/Fancytree", Links.ClientSource.Style.Fancytree.disco_fancytree_min_css));
BundleTable.Add(new FileBundle("~/Style/Shadowbox", Links.ClientSource.Style.Shadowbox_min_css));
BundleTable.Add(new FileBundle("~/Style/Timeline", Links.ClientSource.Style.Timeline_min_css));
BundleTable.Add(new FileBundle("~/Style/tinymce/skin", Links.ClientSource.Style.tinymce.skin_min_css));
BundleTable.Add(new FileBundle("~/Style/tinymce/content", Links.ClientSource.Style.tinymce.content_min_css));
BundleTable.Add(new FileBundle("~/Style/tinymce/inlinecontent", Links.ClientSource.Style.tinymce.content_inline_min_css));
// Styles - Public Targeted
BundleTable.Add(new FileBundle("~/Style/Public/HeldDevices", Links.ClientSource.Style.Public.HeldDevices_min_css));