updated build process

This commit is contained in:
Bala Clark 2013-05-04 09:24:42 +02:00
parent 417c7b0300
commit 6c98b89cae
22 changed files with 71 additions and 596 deletions

View file

@ -4,12 +4,12 @@
TODOs:
Fo sho:
- README with build instructions
- fix manga mode
- 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
- full browser test - IE9 / FF3.6+ / Chrome / Safari / Opera
- fix Makefile (handlebars is not compiling properly..)
Nice 2 have:
- lint
@ -23,7 +23,6 @@
- properly bind "this" so we don't have to keep using "self"
- allow toolbar to be sticky
- unit test / integrate with travis CI
- use less instead of plain css
*/
/**
@ -517,7 +516,7 @@ function ComicBook(id, srcs, opts) {
context.drawImage(page2, page_width + offsetW, offsetH, page_width, page_height);
}
this.pixastic = new Pixastic(context, options.libPath + "vendor/pixastic/");
this.pixastic = new Pixastic(context, options.libPath + "pixastic/");
// apply any image enhancements previously defined
$.each(options.enhance, function(action, options) {