Commit aad5778486594534014150a152a5ad70bfcc7e16

Authored by Leandro Santos
1 parent f8ee44fe

adding handlebars dependecie

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
index.html
... ... @@ -325,6 +325,10 @@
325 325 main: 'main'
326 326 },
327 327 shim: {
  328 + 'handlebars':{
  329 + deps: ['jquery'],
  330 + exports: Handlebars
  331 + }
328 332 'jquery_ui': {
329 333 deps: ['jquery']
330 334 },
... ...