@@ -25,37 +25,40 @@ requirejs.config({
2525 admin : './app/admin' , // initial start "admin page" view
2626 notification : './app/notification' , // "notification" view
2727
28- jquery : 'lib/jquery-3.3.1.min' , // v3.3.1 jQuery
29- bootstrap : 'lib/bootstrap.min' , // v3.3.0 Bootstrap js code - http://getbootstrap.com/javascript
30- text : 'lib/requirejs/text' , // v2.0.12 A RequireJS/AMD loader plugin for loading text resources.
31- mustache : 'lib/mustache.min' , // v1.0.0 Javascript template engine - http://mustache.github.io
32- localForage : 'lib/localforage.min' , // v1.4.2 localStorage library - https://mozilla.github.io/localForage
33- velocity : 'lib/velocity.min' , // v1.5.1 animation engine - http://julian.com/research/velocity
34- velocityUI : 'lib/velocity.ui.min' , // v5.2.0 plugin for velocity - http://julian.com/research/velocity/#uiPack
35- slidebars : 'lib/slidebars' , // v0.10 Slidebars - side menu plugin http://plugins.adchsm.me/slidebars
36- jsPlumb : 'lib/dom.jsPlumb-1.7.6' , // v1.7.6 jsPlumb (Vanilla)- main map draw plugin https://jsplumbtoolkit.com
37- farahey : 'lib/farahey-0.5' , // v0.5 jsPlumb "magnetizing" extension - https://github.com/jsplumb/farahey
38- customScrollbar : 'lib/jquery.mCustomScrollbar.min' , // v3.1.5 Custom scroll bars - http://manos.malihu.gr
39- mousewheel : 'lib/jquery.mousewheel.min' , // v3.1.13 Mousewheel - https://github.com/jquery/jquery-mousewheel
40- xEditable : 'lib/bootstrap-editable.min' , // v1.5.1 X-editable - in placed editing
41- morris : 'lib/morris.min' , // v0.5.1 Morris.js - graphs and charts
42- raphael : 'lib/raphael-min' , // v2.1.2 Raphaël - required for morris (dependency)
43- bootbox : 'lib/bootbox.min' , // v4.4.0 Bootbox.js - custom dialogs - http://bootboxjs.com
44- easyPieChart : 'lib/jquery.easypiechart.min' , // v2.1.6 Easy Pie Chart - HTML 5 pie charts - http://rendro.github.io/easy-pie-chart
45- peityInlineChart : 'lib/jquery.peity.min' , // v3.2.1 Inline Chart - http://benpickles.github.io/peity/
46- dragToSelect : 'lib/jquery.dragToSelect' , // v1.1 Drag to Select - http://andreaslagerkvist.com/jquery/drag-to-select
47- hoverIntent : 'lib/jquery.hoverIntent.min' , // v1.9.0 Hover intention - http://cherne.net/brian/resources/jquery.hoverIntent.html
48- fullScreen : 'lib/jquery.fullscreen.min' , // v0.6.0 Full screen mode - https://github.com/private-face/jquery.fullscreen
49- select2 : 'lib/select2.min' , // v4.0.3 Drop Down customization - https://select2.github.io
50- validator : 'lib/validator.min' , // v0.10.1 Validator for Bootstrap 3 - https://github.com/1000hz/bootstrap-validator
51- lazylinepainter : 'lib/jquery.lazylinepainter-1.5.1.min' , // v1.5.1 SVG line animation plugin - http://lazylinepainter.info
52- blueImpGallery : 'lib/blueimp-gallery' , // v2.21.3 Image Gallery - https://github.com/blueimp/Gallery
53- blueImpGalleryHelper : 'lib/blueimp-helper' , // helper function for Blue Imp Gallery
54- blueImpGalleryBootstrap : 'lib/bootstrap-image-gallery' , // v3.4.2 Bootstrap extension for Blue Imp Gallery - https://blueimp.github.io/Bootstrap-Image-Gallery
55- bootstrapConfirmation : 'lib/bootstrap-confirmation' , // v1.0.5 Bootstrap extension for inline confirm dialog - https://github.com/tavicu/bs-confirmation
56- bootstrapToggle : 'lib/bootstrap-toggle.min' , // v2.2.0 Bootstrap Toggle (Checkbox) - http://www.bootstraptoggle.com
57- lazyload : 'lib/jquery.lazyload.min' , // v1.9.5 LazyLoader images - http://www.appelsiini.net/projects/lazyload
58- sortable : 'lib/sortable.min' , // v1.6.0 Sortable - drag&drop reorder - https://github.com/rubaxa/Sortable
28+ jquery : 'lib/jquery-3.3.1.min' , // v3.3.1 jQuery
29+ bootstrap : 'lib/bootstrap.min' , // v3.3.0 Bootstrap js code - http://getbootstrap.com/javascript
30+ text : 'lib/requirejs/text' , // v2.0.12 A RequireJS/AMD loader plugin for loading text resources.
31+ mustache : 'lib/mustache.min' , // v1.0.0 Javascript template engine - http://mustache.github.io
32+ localForage : 'lib/localforage.min' , // v1.4.2 localStorage library - https://mozilla.github.io/localForage
33+ velocity : 'lib/velocity.min' , // v1.5.1 animation engine - http://julian.com/research/velocity
34+ velocityUI : 'lib/velocity.ui.min' , // v5.2.0 plugin for velocity - http://julian.com/research/velocity/#uiPack
35+ slidebars : 'lib/slidebars' , // v0.10 Slidebars - side menu plugin http://plugins.adchsm.me/slidebars
36+ jsPlumb : 'lib/dom.jsPlumb-1.7.6' , // v1.7.6 jsPlumb (Vanilla)- main map draw plugin https://jsplumbtoolkit.com
37+ farahey : 'lib/farahey-0.5' , // v0.5 jsPlumb "magnetizing" extension - https://github.com/jsplumb/farahey
38+ customScrollbar : 'lib/jquery.mCustomScrollbar.min' , // v3.1.5 Custom scroll bars - http://manos.malihu.gr
39+ mousewheel : 'lib/jquery.mousewheel.min' , // v3.1.13 Mousewheel - https://github.com/jquery/jquery-mousewheel
40+ xEditable : 'lib/bootstrap-editable.min' , // v1.5.1 X-editable - in placed editing
41+ morris : 'lib/morris.min' , // v0.5.1 Morris.js - graphs and charts
42+ raphael : 'lib/raphael-min' , // v2.1.2 Raphaël - required for morris (dependency)
43+ bootbox : 'lib/bootbox.min' , // v4.4.0 Bootbox.js - custom dialogs - http://bootboxjs.com
44+ easyPieChart : 'lib/jquery.easypiechart.min' , // v2.1.6 Easy Pie Chart - HTML 5 pie charts - http://rendro.github.io/easy-pie-chart
45+ peityInlineChart : 'lib/jquery.peity.min' , // v3.2.1 Inline Chart - http://benpickles.github.io/peity/
46+ dragToSelect : 'lib/jquery.dragToSelect' , // v1.1 Drag to Select - http://andreaslagerkvist.com/jquery/drag-to-select
47+ hoverIntent : 'lib/jquery.hoverIntent.min' , // v1.9.0 Hover intention - http://cherne.net/brian/resources/jquery.hoverIntent.html
48+ fullScreen : 'lib/jquery.fullscreen.min' , // v0.6.0 Full screen mode - https://github.com/private-face/jquery.fullscreen
49+ select2 : 'lib/select2.min' , // v4.0.3 Drop Down customization - https://select2.github.io
50+ validator : 'lib/validator.min' , // v0.10.1 Validator for Bootstrap 3 - https://github.com/1000hz/bootstrap-validator
51+ lazylinepainter : 'lib/jquery.lazylinepainter-1.5.1.min' , // v1.5.1 SVG line animation plugin - http://lazylinepainter.info
52+ blueImpGallery : 'lib/blueimp-gallery' , // v2.21.3 Image Gallery - https://github.com/blueimp/Gallery
53+ blueImpGalleryHelper : 'lib/blueimp-helper' , // helper function for Blue Imp Gallery
54+ blueImpGalleryBootstrap : 'lib/bootstrap-image-gallery' , // v3.4.2 Bootstrap extension for Blue Imp Gallery - https://blueimp.github.io/Bootstrap-Image-Gallery
55+ bootstrapConfirmation : 'lib/bootstrap-confirmation' , // v1.0.5 Bootstrap extension for inline confirm dialog - https://github.com/tavicu/bs-confirmation
56+ bootstrapToggle : 'lib/bootstrap-toggle.min' , // v2.2.0 Bootstrap Toggle (Checkbox) - http://www.bootstraptoggle.com
57+ lazyload : 'lib/jquery.lazyload.min' , // v1.9.5 LazyLoader images - http://www.appelsiini.net/projects/lazyload
58+ sortable : 'lib/sortable.min' , // v1.6.0 Sortable - drag&drop reorder - https://github.com/rubaxa/Sortable
59+
60+ 'summernote.loader' : './app/summernote.loader' , // v0.8.10 Summernote WYSIWYG editor -https://summernote.org
61+ 'summernote' : 'lib/summernote/summernote.min' ,
5962
6063 // header animation
6164 easePack : 'lib/EasePack.min' ,
@@ -135,44 +138,47 @@ requirejs.config({
135138 }
136139 } ,
137140 pnotify : {
138- deps : [ 'jquery' ]
141+ deps : [ 'jquery' ]
139142 } ,
140143 easyPieChart : {
141- deps : [ 'jquery' ]
144+ deps : [ 'jquery' ]
142145 } ,
143146 peityInlineChart : {
144- deps : [ 'jquery' ]
147+ deps : [ 'jquery' ]
145148 } ,
146149 dragToSelect : {
147- deps : [ 'jquery' ]
150+ deps : [ 'jquery' ]
148151 } ,
149152 hoverIntent : {
150- deps : [ 'jquery' ]
153+ deps : [ 'jquery' ]
151154 } ,
152155 fullScreen : {
153- deps : [ 'jquery' ]
156+ deps : [ 'jquery' ]
154157 } ,
155158 select2 : {
156- deps : [ 'jquery' , 'mousewheel' ] ,
159+ deps : [ 'jquery' , 'mousewheel' ] ,
157160 exports : 'Select2'
158161 } ,
159162 validator : {
160- deps : [ 'jquery' , 'bootstrap' ]
163+ deps : [ 'jquery' , 'bootstrap' ]
161164 } ,
162165 lazylinepainter : {
163- deps : [ 'jquery' , 'bootstrap' ]
166+ deps : [ 'jquery' , 'bootstrap' ]
164167 } ,
165168 blueImpGallery : {
166- deps : [ 'jquery' ]
169+ deps : [ 'jquery' ]
167170 } ,
168171 bootstrapConfirmation : {
169- deps : [ 'bootstrap' ]
172+ deps : [ 'bootstrap' ]
170173 } ,
171174 bootstrapToggle : {
172- deps : [ 'jquery' ]
175+ deps : [ 'jquery' ]
173176 } ,
174177 lazyload : {
175- deps : [ 'jquery' ]
178+ deps : [ 'jquery' ]
179+ } ,
180+ summernote : {
181+ deps : [ 'jquery' ]
176182 }
177183 }
178184} ) ;
0 commit comments