From f9e56d13190bea30f0b94dce10af865d4a4e7be7 Mon Sep 17 00:00:00 2001 From: benweet Date: Tue, 2 Apr 2013 19:42:47 +0100 Subject: [PATCH] Use require.js --- cache.manifest | 2 +- css/main.css | 3 + img/stackedit-promo.svg | 125 ++ img/stackedit.svg | 115 ++ index.html | 26 +- js/async-runner.js | 25 +- js/config.js | 18 + js/core.js | 218 +++ js/file-manager.js | 317 ++++ js/gdrive.js | 61 +- js/{jquery.jgrowl.js => jgrowl.js} | 0 js/{jquery-ui.custom.js => jquery-ui.js} | 0 js/{jquery.layout.js => layout.js} | 0 js/main.js | 525 +----- js/prod/custo.js | 1 + js/require.js | 2019 ++++++++++++++++++++++ js/synchronizer.js | 36 +- 17 files changed, 2891 insertions(+), 600 deletions(-) create mode 100644 img/stackedit-promo.svg create mode 100644 img/stackedit.svg create mode 100644 js/config.js create mode 100644 js/core.js create mode 100644 js/file-manager.js rename js/{jquery.jgrowl.js => jgrowl.js} (100%) rename js/{jquery-ui.custom.js => jquery-ui.js} (100%) rename js/{jquery.layout.js => layout.js} (100%) create mode 100644 js/prod/custo.js create mode 100644 js/require.js diff --git a/cache.manifest b/cache.manifest index 85bc31cb..e8e991cf 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1 +1 @@ -CACHE MANIFEST # v5 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/async-runner.js js/base64.js js/bootstrap.js js/gdrive.js js/jquery.jgrowl.js js/jquery.js js/jquery.layout.js js/jquery-ui.custom.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/synchronizer.js img/ajax-loader.gif img/dropbox.png img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * \ No newline at end of file +CACHE MANIFEST # v5 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/prod/custo.js js/async-runner.js js/base64.js js/bootstrap.js js/config.js js/gdrive.js js/jgrowl.js js/jquery.js js/jquery-ui.js js/layout.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/require.js js/synchronizer.js img/ajax-loader.gif img/dropbox.png img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * \ No newline at end of file diff --git a/css/main.css b/css/main.css index f2cfdbcf..fa2d6c51 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,6 @@ +@import url("bootstrap.css"); +@import url("jgrowl.css"); + body { background-color: #f5f5f5; } diff --git a/img/stackedit-promo.svg b/img/stackedit-promo.svg new file mode 100644 index 00000000..5373f8a0 --- /dev/null +++ b/img/stackedit-promo.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + stackedit + + + + + + + + + + + diff --git a/img/stackedit.svg b/img/stackedit.svg new file mode 100644 index 00000000..2021ab9f --- /dev/null +++ b/img/stackedit.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index b1c866f9..629e37c7 100644 --- a/index.html +++ b/index.html @@ -6,24 +6,8 @@ - - - - - - - - - - - - - - - - - +