Skip to content

Commit c5166e4

Browse files
committed
Added momentjs.
1 parent 0a4f293 commit c5166e4

File tree

24 files changed

+35785
-10
lines changed

24 files changed

+35785
-10
lines changed

Templates/All-In-One-Template/MySpaProject/MySpaProject.WebMpa/App_Start/BundleConfig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public static void RegisterBundles(BundleCollection bundles)
4242

4343
"~/Scripts/bootstrap.min.js",
4444

45+
"~/Scripts/moment-with-locales.min.js",
4546
"~/Scripts/jquery.validate.min.js",
4647
"~/Scripts/jquery.blockUI.min.js",
4748
"~/Scripts/toastr.min.js",

Templates/All-In-One-Template/MySpaProject/MySpaProject.WebMpa/MySpaProject.WebMpa.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@
278278
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
279279
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
280280
<Content Include="Scripts\modernizr-2.8.3.js" />
281+
<Content Include="Scripts\moment-with-locales.js" />
282+
<Content Include="Scripts\moment-with-locales.min.js" />
283+
<Content Include="Scripts\moment.js" />
284+
<Content Include="Scripts\moment.min.js" />
281285
<Content Include="Scripts\others\html5shiv.js" />
282286
<Content Include="Scripts\others\respond.min.js" />
283287
<Content Include="Scripts\others\respond.src.js" />

0 commit comments

Comments
 (0)