Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. /* Core */
  2. 'underscore' : 'lib/underscore',
  3. 'async' : 'lib/async',
  4. 'goog' : 'lib/goog',
  5. 'propertyParser' : 'lib/propertyParser',
  6. 'text' : 'lib/text',
  7. 'modernizr' : 'lib/modernizr',
  8.  
  9. /* Backbone */
  10. 'backbone' : 'lib/backbone',
  11. 'backbone-paginator' : 'lib/backbone-paginator',
  12.  
  13. /* Packery */
  14. 'packery' : 'lib/packery',
  15. 'classie' : 'lib/packery/classie',
  16. 'eventie' : 'lib/packery/eventie',
  17. 'doc-ready' : 'lib/packery/doc-ready',
  18. 'eventEmitter' : 'lib/packery/eventEmitter',
  19. 'get-style-property' : 'lib/packery/get-style-property',
  20. 'get-size' : 'lib/packery/get-size',
  21. 'matches-selector' : 'lib/packery/matches-selector',
  22. 'outlayer' : 'lib/packery/outlayer',
  23.  
  24. /* UI Engine */
  25. 'ui-engine' : 'app/ui-engine',
  26. 'breakpoints' : 'lib/breakpoints',
  27.  
  28. /* Bootstrap */
  29. 'bootstrap' : 'lib/bootstrap',
  30. 'bootstrap-slider' : 'lib/bootstrap-slider',
  31. 'bootstrap-notify' : 'lib/bootstrap-notify',
  32. 'datetimepicker' : 'lib/bootstrap-datetimepicker',
  33.  
  34. /* Moment - date handler */
  35. 'moment' : 'lib/moment',
  36. 'moment-timezone' : 'lib/moment-timezone',
  37.  
  38. /* jQuery */
  39. 'jquery' : 'lib/jquery',
  40. 'jqueryui/core' : 'lib/jqueryui/core',
  41. 'jqueryui/widget' : 'lib/jqueryui/widget',
  42. 'jqueryui/mouse' : 'lib/jqueryui/mouse',
  43. 'jqueryui/position' : 'lib/jqueryui/position',
  44.  
  45. 'jqueryui/menu' : 'lib/jqueryui/menu',
  46. 'jqueryui/autocomplete' : 'lib/jqueryui/autocomplete',
  47. 'jqueryui/resizable' : 'lib/jqueryui/resizable',
  48. 'jqueryui/sortable' : 'lib/jqueryui/sortable',
  49. 'jqueryui/slider' : 'lib/jqueryui/slider',
  50.  
  51. 'jqueryui/effect' : 'lib/jqueryui/effect',
  52. 'jqueryui/effect-fade' : 'lib/jqueryui/effect-fade',
  53.  
  54. //Enables dragable, movable and sortable on devices with touch support.
  55. 'jquery-touch-punsh' : 'lib/jquery.ui.touch-punsh',//Still used?
  56.  
  57. 'jquery-cookie' : 'lib/jquery-cookie',
  58. 'jquery-countdown' : 'lib/jquery-countdown',
  59. 'jquery-mobile-events' : 'lib/jquery-mobile-events',
  60. 'jquery-thesaurus' : 'lib/jquery-thesaurus',
  61. 'jquery-crypto' : 'lib/jquery-crypto',
  62. 'jquery-fileupload' : 'lib/fileupload/jquery.fileupload',
  63. 'jquery-alajax' : 'lib/jquery-alajax',
  64. 'jquery-wakeup' : 'lib/jquery-wakeup',
  65. 'jquery-popover' : 'lib/jquery-popover',
  66. /* Local storage engine */
  67. 'store-util' : 'lib/store/util',
  68. 'store-engine' : 'lib/store/store-engine',
  69. 'store-localStorage' : 'lib/store/storages/localStorage',
  70. 'store-sessionStorage' : 'lib/store/storages/sessionStorage',
  71. 'store-update' : 'lib/store/plugins/update',
  72. 'store-defaults' : 'lib/store/plugins/defaults',
  73. 'store-v1-backcompat' : 'lib/store/plugins/v1-backcompat',
  74. 'store-expire' : 'lib/store/plugins/expire',
  75.  
  76. /* Plugins */
  77. 'masterslider' : 'lib/masterslider',
  78. 'tinymce' : 'lib/tinymce/tinymce.gzip',
  79. 'jplayer' : 'lib/jplayer/jquery.jplayer',
  80. 'fileupload' : 'lib/fileupload/jquery.fileupload',
  81. 'canvas-toBlob' : 'lib/canvas-toBlob',
  82. 'FileSaver' : 'lib/FileSaver',
  83.  
  84.  
  85. /* Backgrid */
  86. 'backgrid' : 'lib/backgrid',
  87. 'backgrid-filter' : 'lib/backgrid-filter',
  88. 'backgrid-select-all' : 'lib/backgrid-select-all',
  89. 'backgrid-paginator' : 'lib/backgrid-paginator',
  90. 'backgrid-select-filter' : 'lib/backgrid-select-filter',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement