asotog
8/28/2013 - 5:59 PM

Dynamically set where are located the modules that are going to be loaded on YUI( . .. )

Dynamically set where are located the modules that are going to be loaded on YUI( . .. )

  var group = {
      base: '${javascript_folder}/',
      async: false,
      modules: {
          'calendar': {
              path: 'calendar.js'
          }
      }
  }