0

fairly new to web development here so please bear with me.

I am learning to build a new nodejs app using aurelia framework.

I used 2 jQuery plugins - fullPage.js and fancybox3.js - The first one to run a full page video background, and the second to add a lightbox gallery to my images.

They run just fine on localhost, but not live. I have no idea where to even begin to look to troubleshoot this.

I have the app deployed for the time being at https://northwavey-895da.firebaseapp.com , would be nice if anyone could share some tips..

Tristan
  • 23
  • 2
  • Looks like your plugin files aren't being found: https://northwavey-895da.firebaseapp.com/lib/jquery.fullPage.js – BenM Mar 18 '17 at 15:39
  • Uncaught SyntaxError: Unexpected token < jquery.fullPage.js:1 Uncaught SyntaxError: Unexpected token < jquery.fancybox.min.js:1 Uncaught SyntaxError: Unexpected token < /webpack-dev-server.js:1 Uncaught SyntaxError: Unexpected token – Monicka Mar 18 '17 at 15:40
  • 1
    Welcome to StackOverflow! Can you please share your JavaScript/HTML code with us so we can help you better? – guilherme.oc97 Mar 18 '17 at 15:41
  • something occurs is you route all js files to your homepage – holi-java Mar 18 '17 at 15:50
  • There's somethings wrong in your server code. Post it pls. – blackmiaool Mar 18 '17 at 15:56
  • Ok, if it's any help, I added my project here: https://bitbucket.org/onionzerg/northwavey It seems webpack did not add my js files for fullPage and fancybox when building into the /dist folder. Checking it out... – Tristan Mar 18 '17 at 17:59

0 Answers0