Removes remaining yepnop dependencies

This commit is contained in:
per ploug
2014-05-05 12:59:34 +02:00
parent 27e6b8c80c
commit dbbe3fe5fb
19 changed files with 51 additions and 140 deletions

View File

@@ -4,7 +4,7 @@
#Belle
Umbraco 7 UI, codename "Belle" Built on AngularJS, YepNope and Twitter Bootstrap
Umbraco 7 UI, codename "Belle" Built on AngularJS, Lazyload.js and Twitter Bootstrap
##Introduction
Slides from the initial demonstration of Belle done at the Umbraco DK Fest can be found here:

View File

@@ -70,7 +70,7 @@ Folder containing various sample projects on how to use the external api, good f
The central application script, which handles what modules to inject, app.js is for production, app.dev.js is for testing
###loader.js
yepnope.js based loader for async loading javascript files, this file specifies what files to load on application start
lazyload.js based loader for async loading javascript files, this file specifies what files to load on application start
###routes.js
Routing setup for /umbraco/ pages, by default it contains a mvc-like convention based pattern, which means that we not very often need to modify this.