jQuery-slimScroll
jQuery-slimScroll copied to clipboard
I have some issues with Browserify and jQery Slim Scroll
This plugin is very useful one, it work well with all my projects. Recently i have started learning Browserify, Gulp and other tools, so i use these techniques in my personal websites.. Here is my codes, and this not working
slimScroll = require('slimscroll')
slimScrollFunctions =
slimScrollSideBar : ->
mainSideBarHeight = $('.main-sidebar').height();
requiredHeight = (mainSideBarHeight - 260)
$('.main-sidebar-content').slimScroll()
module.exports = slimScrollFunctions
Please help me how can i use browserify and slimscroll together..
Thanks in advance
I have the same problem. Do you know a workaround?