- Timestamp:
- 09/02/15 13:16:18 (9 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Services.WebApp/3.3
- Property svn:ignore
-
old new 1 1 Bin 2 HeuristicLab.Services.WebApp-3.3.csproj.user
-
- Property svn:ignore
-
branches/crossvalidation-2434/HeuristicLab.Services.WebApp/3.3/Configs/BundleConfig.cs
r12583 r12931 59 59 // bootstrap 60 60 "~/WebApp/libs/bootstrap/js/bootstrap.min.js", 61 // crypto 61 // cryptojs 62 62 "~/WebApp/libs/cryptojs/aes.js", 63 63 // angular js … … 77 77 "~/WebApp/libs/angularjs/loading-bar/loading-bar.js", 78 78 "~/WebApp/libs/angularjs/ocLazyLoad/ocLazyLoad.min.js", 79 "~/WebApp/libs/angularjs/fittext/ng-FitText.js", 79 80 // smoothScroll 80 81 "~/WebApp/libs/smoothScroll/smoothScroll.js" … … 105 106 PluginManager pluginManager = PluginManager.Instance; 106 107 foreach (var plugin in pluginManager.Plugins) { 107 if (File.Exists(string.Format(@"{0}\{1}\{1}.js", PluginManager.PluginsDirectory, plugin.Name))) { 108 var path = Path.Combine(PluginManager.PluginsDirectory, plugin.Name, string.Concat(plugin.Name, ".js")); 109 if (File.Exists(path)) { 108 110 jsFiles.Add(string.Format("WebApp/plugins/{0}/{0}.js", plugin.Name)); 109 111 }
Note: See TracChangeset
for help on using the changeset viewer.