Thank you for the reply.
As I mentioned in other posts, I can not change js/functions.js since the next time I upgrade, I have to remember to change it again. It is not good practice. Especially since I use this theme on multiple sites.
I tried using <script src="PATH/TO/js/plugins.js"></script>, but plugins.js does not seem to be part of my canvas/js directory...
$ ls plugin*
plugins.bootstrap.js plugins.countdown.js plugins.fitvids.js plugins.gmap.js plugins.isotope.js plugins.packery.js plugins.stickysidebar.js plugins.youtube.js plugins.carousel.js plugins.counter.js plugins.flexslider.js plugins.hashchange.js plugins.jpaginate.js plugins.parallax.js plugins.swiper.js plugins.clipboard.js plugins.dribbble.js plugins.flickrfeed.js plugins.imagesloaded.js plugins.lazyload.js plugins.piechart.js plugins.textrotator.js plugins.cookie.js plugins.easing.js plugins.form.js plugins.infinitescroll.js plugins.lightbox.js plugins.prism.js plugins.validation.phoneUS.js
I checked the dist directory as well and nothing.
I do see on your site you have plugins.min.js, but the downloaded installation does not have that either.
This is kinda frustrating since I can not get it working. And I can not provide a live URL since I can not yet go live here.
But I can note the specific issue I see is with 2 plugin files not being loaded...
I have the slider plugin on my main page, based off of your page: html/canvas/slider-canvas.html. But the text/functionality never loads. And I see files are not being loaded:
functions.js:1 GET http://XX.com/js/plugins.swiper.js net::ERR_ABORTED 404 (Not Found)
functions.js:1 GET http://XX.com/js/plugins.bootstrap.js net::ERR_ABORTED 404 (Not Found)
They still seem to be using /js, even though I have set the scwJsPath path properly
<script>window.scwJsPath="PROPERPATH/dist/can/js/";</script>
functions.js loads fine with the same path. And I see other plugin files load without any issues An example is js/module.gototop.js.
As for the CSS, I have addressed that. It was my mistake.