I am pretty frustrated... July 4th is my biggest weekend for traffic to my sites.
Last night I downloaded the latest Canvas, ran my gulp to generate all the flat files and distributed them to my sites.
This morning my partner messaged me that our main site is not loading any content ... https://www.exploringnj.com/
The console shows many missing files...
functions.js:1
GET https://www.exploringnj.com/shared/site-themes/t_expnj/dist/can/js/modules/gototop.js net::ERR_ABORTED 404 (Not Found)
functions.js:1
GET https://www.exploringnj.com/shared/site-themes/t_expnj/dist/can/js/modules/bootstrap.js net::ERR_ABORTED 404 (Not Found)
functions.js:1
GET https://www.exploringnj.com/shared/site-themes/t_expnj/dist/can/js/modules/portfolioajax.js 404 (Not Found)
functions.js:1
GET https://www.exploringnj.com/shared/site-themes/t_expnj/dist/can/js/modules/animations.js net::ERR_ABORTED 404 (Not Found)
functions.js:1
GET https://www.exploringnj.com/shared/site-themes/t_expnj/dist/can/js/modules/grid.js net::ERR_ABORTED 404 (Not Found)
I have been working now for over 2 hours and I think I have found the issue... Not all the directories are being copied into the dist via your gulp.
With a quick glance, I am missing modules/ and particles/
And components is missing just about everything...
$ ls -ls dist/js/components
total 4
4 drwxrwxr-x 3 jconklin jconklin 4096 Jul 2 11:41 tinymce
$
Again, running the gulp commands to generate your dist directory is not working properly. And here are my commands...
echo " - Canvas Gulp Start";
gulp scsscompile;
gulp cssminify;
gulp jsminify;
This could be me somehow with my setup, but I do not know how to fix it. What am I missing?! And how can I get an old release quickly?
