Dmitry Mironov
Dmitry Mironov
First time it looks like: Ext.require([ 'Ext.data._', 'Ext.util._', 'Ext.grid._', 'Ext.tree._', 'Ext.resizer._', 'Ext.layout._', 'Ext.form._', 'Ext.chart._' ]); And 'Ext.grid.*' includes all plugins, BufferedRenderer too. Now I customise require instruction for grid classes:...
@sfairgrieve is there a way to install 1.0dev branch as npm dependency? UPD: Did this: npm install git://github.com/humangeo/leaflet-dvf.git#1.0dev --save Warning had gone
@sfairgrieve has this warning: `./node_modules/leaflet-dvf/dist/css/dvf.css (Emitted value instead of an instance of Error) autoprefixer: ...\node_modules\leaflet-dvf\dist\css\dvf.css:17:5: Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.` it...