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
@@ -325,6 +325,10 @@ @@ -325,6 +325,10 @@
325 main: 'main' 325 main: 'main'
326 }, 326 },
327 shim: { 327 shim: {
  328 + 'handlebars':{
  329 + deps: ['jquery'],
  330 + exports: Handlebars
  331 + }
328 'jquery_ui': { 332 'jquery_ui': {
329 deps: ['jquery'] 333 deps: ['jquery']
330 }, 334 },