Open drethedevjs opened 6 years ago
I'm having the same issue.
Same issue here
this issue got resolved after moving "Use Strict" to the top of the file like below
"use strict"; //----------to here $(function() { //"use strict"; -----------from here var topoffset = 50; //variable for menu height
in the file "builds/development/js/myscript.js"
after function is called last line there is extra }); delete then save and run gulp again
$('.carousel').carousel({ pause: false }); });
The file path that my terminal is referencing the error is
I opened the file and it looks like
"Use Strict"
is at the top of the page right where it needs to be but for some reason, it's not registering and throwing this error.It's also saying that the error is on the last line in the last column...odd.