diff --git a/Makefile b/Makefile index 0e8fb9a..a4b4c76 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ build: @./node_modules/.bin/handlebars templates/*.handlebars -f lib/templates.js @echo "Compiling and minifying javascript..." @mkdir -p comicbook/js/pixastic - @cat lib/vendor/pixastic/pixastic.js lib/vendor/pixastic/pixastic.effects.js lib/vendor/pixastic/pixastic.worker.js lib/vendor/handlebars.runtime-1.0.rc.1.min.js lib/templates.js lib/ComicBook.js > comicbook/js/comicbook.js + @cat lib/vendor/pixastic/pixastic.js lib/vendor/pixastic/pixastic.effects.js lib/vendor/pixastic/pixastic.worker.js lib/vendor/handlebars.runtime-1.0.rc.1.min.js lib/vendor/quo.js lib/templates.js lib/ComicBook.js > comicbook/js/comicbook.js @cp lib/vendor/pixastic/pixastic.js comicbook/js/pixastic @cp lib/vendor/pixastic/pixastic.effects.js comicbook/js/pixastic @cp lib/vendor/pixastic/pixastic.worker.js comicbook/js/pixastic @@ -22,8 +22,6 @@ build: @cat fonts/icomoon-toolbar/style.css css/reset.css css/styles.css css/toolbar.css > comicbook/comicbook.css @echo "Copying assets..." @cp -r css/img comicbook/img - @cp -r icons/1_Desktop_Icons/icon_128.png comicbook/img - @cp -r icons/1_Desktop_Icons/icon_196.png comicbook/img @cp -r fonts/icomoon-toolbar/fonts comicbook @cp -r fonts/icomoon-toolbar/license.txt comicbook/fonts @echo "Updating examples" diff --git a/TODO b/TODO deleted file mode 100644 index 378b9f2..0000000 --- a/TODO +++ /dev/null @@ -1,21 +0,0 @@ -Fo sho: - - remember reading position / applied effects (per comic) - - offline mode via cache manifest - - firefox marketplace - - create onclose callback, show close button only if set - - trigger preload if requesting valid but not loaded images (can happen if network was interupted) - - loading and generally hackiness of pointer is buggy, fix. - - check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com - -Nice 2 have: - - remove image inhancement lag when navigating by pre-applying enhancements to other pages - - jump to page? - - make page draggable with the cursor - - enable menu items via config, allow for custom items - - split out classes into seperate files - - thumbnail browser - - refactor so we are not using all these loose shared variables and other nastyness - - use custom event emitters instead of hacky code - - properly bind 'this' so we don't have to keep using 'self' - - allow toolbar to be hidden on mobile (maybe show a small translucent button that opens the toolbar when clicked) - - enhancement progress bar diff --git a/examples/basic.html b/examples/basic.html index 87c4be8..d4eda34 100755 --- a/examples/basic.html +++ b/examples/basic.html @@ -3,18 +3,14 @@
- -