Mercurial > wikked
comparison 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 |
comparison
equal
deleted
inserted
replaced
100:fd6eccb24882 | 101:13249e5ca51c |
---|---|
10 underscore: 'js/underscore-min', | 10 underscore: 'js/underscore-min', |
11 backbone: 'js/backbone-min', | 11 backbone: 'js/backbone-min', |
12 handlebars: 'js/handlebars-1.0.rc.1', | 12 handlebars: 'js/handlebars-1.0.rc.1', |
13 moment: 'js/moment.min', | 13 moment: 'js/moment.min', |
14 text: 'js/text', | 14 text: 'js/text', |
15 bootstrap_modal: '/bootstrap/js/bootstrap-modal', | 15 bootstrap_modal: 'bootstrap/js/bootstrap-modal', |
16 bootstrap_tooltip: '/bootstrap/js/bootstrap-tooltip' | 16 bootstrap_tooltip: 'bootstrap/js/bootstrap-tooltip' |
17 }, | 17 }, |
18 shim: { | 18 shim: { |
19 'jquery': { | 19 'jquery': { |
20 exports: '$' | 20 exports: '$' |
21 }, | 21 }, |