Updated server side stuff to work with new yepnope which makes things much simpler.
This commit is contained in:
81
src/Umbraco.Web/UI/JavaScript/Resources.Designer.cs
generated
81
src/Umbraco.Web/UI/JavaScript/Resources.Designer.cs
generated
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18034
|
||||
// Runtime Version:4.0.30319.18046
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -61,18 +61,42 @@ namespace Umbraco.Web.UI.JavaScript {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to require.config("##RequireJsConfig##");
|
||||
/// Looks up a localized string similar to [
|
||||
/// 'lib/jquery/jquery-1.8.2.min.js',
|
||||
/// 'lib/jquery/jquery.cookie.js',
|
||||
/// 'lib/angular/angular.min.js',
|
||||
/// 'lib/bootstrap/js/bootstrap.js',
|
||||
/// 'lib/underscore/underscore.js',
|
||||
/// 'lib/umbraco/Extensions.js',
|
||||
///
|
||||
///require("##RequireJsInitialize##", function (angular, myApp) {
|
||||
/// 'js/app.js',
|
||||
///
|
||||
/// //This function will be called when all the dependencies
|
||||
/// //listed above are loaded. Note that this function could
|
||||
/// //be called before the page is loaded.
|
||||
/// //This callback is optional.
|
||||
/// 'js/umbraco.resources.js',
|
||||
/// 'js/umbraco.directives.js',
|
||||
/// 'js/umbraco.filters.js',
|
||||
/// 'js/umbraco.services.js',
|
||||
/// 'js/umbraco.security.js',
|
||||
/// 'js/umbraco.controllers.js',
|
||||
/// 'js/routes.js'
|
||||
///].
|
||||
/// </summary>
|
||||
internal static string JsInitialize {
|
||||
get {
|
||||
return ResourceManager.GetString("JsInitialize", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to yepnope({
|
||||
///
|
||||
/// jQuery(document).ready(function() {
|
||||
/// angular.bootstrap(document, ['myApp']);
|
||||
/// });
|
||||
/// load: "##JsInitialize##",
|
||||
///
|
||||
/// complete: function () {
|
||||
/// jQuery(document).ready(function () {
|
||||
/// angular.bootstrap(document, ['umbraco']);
|
||||
/// });
|
||||
///
|
||||
/// }
|
||||
///});.
|
||||
/// </summary>
|
||||
internal static string Main {
|
||||
@@ -81,43 +105,6 @@ namespace Umbraco.Web.UI.JavaScript {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {
|
||||
///
|
||||
/// /*NOTE: This is actually /Belle/js because we are loading in requireJs from /Belle already*/
|
||||
/// baseUrl: 'js',
|
||||
///
|
||||
/// waitSeconds: 120,
|
||||
/// paths: {
|
||||
/// jquery: '../lib/jquery/jquery-1.8.2.min',
|
||||
/// jqueryCookie: '../lib/jquery/jquery.cookie',
|
||||
/// bootstrap: '../lib/bootstrap/js/bootstrap',
|
||||
/// underscore: '../lib/underscore/underscore',
|
||||
/// angular: '../lib/angular/angular',
|
||||
/// angularResource: '../lib/angular/angular-resource',
|
||||
/// statemanager: '../ [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string RequireJsConfig {
|
||||
get {
|
||||
return ResourceManager.GetString("RequireJsConfig", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [
|
||||
/// 'angular',
|
||||
/// 'jquery',
|
||||
/// 'underscore',
|
||||
/// 'namespaceMgr',
|
||||
/// 'myApp'
|
||||
///].
|
||||
/// </summary>
|
||||
internal static string RequireJsInitialize {
|
||||
get {
|
||||
return ResourceManager.GetString("RequireJsInitialize", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to //TODO: This would be nicer as an angular module so it can be injected into stuff... that'd be heaps nicer, but
|
||||
///// how to do that when this is not a regular JS file, it is a server side JS file and RequireJS seems to only want
|
||||
|
||||
Reference in New Issue
Block a user