Mercurial > wikked
diff static/js/wikked.js @ 101:13249e5ca51c
Big refactor for better database caching:
- Using SQL alchemy instead of raw SQLite.
- Better architecture and internal APIs.
- Fixed some issues where the database was not used correctly.
- Fixed some problems with querying pages.
Got rid of `Makefile`, now using `grunt`.
Now using a custom `Bootstrap` include file.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 05 Nov 2013 08:13:18 -0800 |
parents | b03f083c3a29 |
children | d29e2f337b00 |
line wrap: on
line diff
--- a/static/js/wikked.js Sat May 25 22:35:23 2013 -0700 +++ b/static/js/wikked.js Tue Nov 05 08:13:18 2013 -0800 @@ -12,8 +12,8 @@ handlebars: 'js/handlebars-1.0.rc.1', moment: 'js/moment.min', text: 'js/text', - bootstrap_modal: '/bootstrap/js/bootstrap-modal', - bootstrap_tooltip: '/bootstrap/js/bootstrap-tooltip' + bootstrap_modal: 'bootstrap/js/bootstrap-modal', + bootstrap_tooltip: 'bootstrap/js/bootstrap-tooltip' }, shim: { 'jquery': {