diff static/js/wikked.js @ 61:130eccd396d8

Now using Boostrap with LESS.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 06 Feb 2013 08:22:31 -0800
parents 8250c977bc50
children 97efd73f2158
line wrap: on
line diff
--- a/static/js/wikked.js	Tue Feb 05 14:49:34 2013 -0800
+++ b/static/js/wikked.js	Wed Feb 06 08:22:31 2013 -0800
@@ -10,7 +10,7 @@
         underscore: 'underscore-min',
         backbone: 'backbone-min',
         handlebars: 'handlebars-1.0.rc.1',
-        bootstrap: '/bootstrap/js/bootstrap.min'
+        bootstrap_modal: '/bootstrap/js/bootstrap-modal'
     },
     shim: {
         'jquery': {
@@ -26,7 +26,7 @@
         'handlebars': {
             exports: 'Handlebars'
         },
-        'bootstrap': {
+        'bootstrap_modal': {
             deps: ['jquery']
         }
     }
@@ -44,7 +44,6 @@
         'wikked/app',
         'wikked/handlebars',
         'backbone',
-        'bootstrap',
         'text'
         ],
     function(app, hb, Backbone, textExtension) {