Hi all
I have just installed a fresh install of Middleman Version 4.0 and all good. I just seem to have run into an issue with the Javascript folder and I cant get my head around it.
In my javascript folder I have another folder called Vendor and in that folder I have some javascript files like so:
//= require vendor/scrollmagic
//= require vendor/slick
But when I view my site on localhost it doesn’t seem to include the javascript files and nothing is outputted? What am I doing wrong?
Thanks in advance for the help!