Guest User

Untitled

a guest
Jul 17th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. YUI_config = {
  2. combine: true,
  3. base: '/yui/',
  4. root: 'yui/',
  5. loadOptional: false,
  6. comboBase: '/combo?',
  7. //filter: 'debug',
  8. groups: {
  9. gallery: {
  10. combine: true,
  11. base: '/gallery/',
  12. root: 'gallery/',
  13. comboBase: '/combo?',
  14. update: function(tag){
  15.  
  16. },
  17. patterns: {
  18. 'gallery-': {},
  19. 'gallerycss-': { type: 'css' }
  20. }
  21. },
  22. monkeybase: {
  23. //combine: true,
  24. base: '/base/',
  25. root: 'base/',
  26. patterns: {
  27. 'monkeybase-': {},
  28. 'monkeybasecss-': { type: 'css' }
  29. }
  30. },
  31. monkeylibs: {
  32. //combine: true,
  33. base: '/lib/',
  34. root: 'lib/',
  35. patterns: {
  36. 'monkeylib-': {},
  37. 'monkeylibcss-': { type: 'css' }
  38. }
  39. },
  40. monkeybilling: {
  41. //combine: true,
  42. base: '/billing/',
  43. root: 'billing/',
  44. patterns: {
  45. 'monkeybilling-': {},
  46. 'monkeybillingcss-': { type: 'css' }
  47. },
  48. //overriding modules until build system is in
  49. //and we can have raw, debug, and min versions.
  50. modules: {
  51. 'monkey-dialog': {
  52. path: 'modal-min.js',
  53. requires:['gallery-overlay-extras','overlay','widget-anim','node','gallery-event-nav-keys','dd']
  54. },
  55. 'monkey-tooltip': {
  56. path: 'tooltips-min.js',
  57. requires: ['widget','selector-css3','widget-anim','node']
  58. }
  59. }
  60. },
  61. monkeywidgets: {
  62. //combine: true,
  63. base: '/widgets/',
  64. root: 'widgets/',
  65. patterns: {
  66. 'monkeywidgets-': {},
  67. 'monkeywidgetscss-': { type: 'css' }
  68. },
  69. //overriding modules until build system is in
  70. //and we can have raw, debug, and min versions.
  71. modules: {
  72. 'monkeywidgetcss-modal': {
  73. path: 'modal-min.js',
  74. type: 'css'
  75. }
  76. }
  77.  
  78. }
  79. }
  80. }
Add Comment
Please, Sign In to add comment