Skip to content

Commit

Permalink
Extract cloudinary js files to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cwetanow committed Apr 27, 2017
1 parent c20b864 commit 152c692
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/Logs.Web/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public static void RegisterBundles(BundleCollection bundles)
"~/Scripts/jquery.validate*"));

bundles.Add(new ScriptBundle("~/bundles/cloudinary").Include(
"~/Scripts/jquery.ui.widget.js",
"~/Scripts/jquery.iframe-transport.js",
"~/Scripts/jquery.fileupload.js",
"~/Scripts/jquery.cloudinary.js",
"~/Scripts/image-upload.js"));
"~/Scripts/cloudinary-upload/jquery.ui.widget.js",
"~/Scripts/cloudinary-upload/jquery.iframe-transport.js",
"~/Scripts/cloudinary-upload/jquery.fileupload.js",
"~/Scripts/cloudinary-upload/jquery.cloudinary.js",
"~/Scripts/cloudinary-upload/image-upload.js"));

// Use the development version of Modernizr to develop with and learn from. Then, when you're
// ready for production, use the build tool at http://modernizr.com to pick only the tests you need.
Expand Down
10 changes: 5 additions & 5 deletions src/Logs.Web/Logs.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -316,14 +316,14 @@
<Content Include="Areas\Nutrition\Views\web.config" />
<None Include="Scripts\jquery-1.10.2.intellisense.js" />
<Content Include="Scripts\details.js" />
<Content Include="Scripts\image-upload.js" />
<Content Include="Scripts\cloudinary-upload\image-upload.js" />
<Content Include="Scripts\jquery-1.10.2.js" />
<Content Include="Scripts\jquery-1.10.2.min.js" />
<None Include="Scripts\jquery.validate-vsdoc.js" />
<Content Include="Scripts\jquery.cloudinary.js" />
<Content Include="Scripts\jquery.fileupload.js" />
<Content Include="Scripts\jquery.iframe-transport.js" />
<Content Include="Scripts\jquery.ui.widget.js" />
<Content Include="Scripts\cloudinary-upload\jquery.cloudinary.js" />
<Content Include="Scripts\cloudinary-upload\jquery.fileupload.js" />
<Content Include="Scripts\cloudinary-upload\jquery.iframe-transport.js" />
<Content Include="Scripts\cloudinary-upload\jquery.ui.widget.js" />
<Content Include="Scripts\jquery.unobtrusive-ajax.js" />
<Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
<Content Include="Scripts\jquery.validate.js" />
Expand Down
Binary file modified src/Logs.Web/Scripts/_references.js
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 152c692

Please sign in to comment.