You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to load from a remote source as well as localhost.
Sass.preloadFiles('https://unpkg.com/bulma@latest/','',['bulma.scss'],functioncallback(){Sass.preloadFiles('http://localhost/','',['mystyle.scss'],functioncallback(){console.log('all the necessary files are now loaded')})})
But I get Uncaught TypeError: sF._preloadingFilesCallback is not a function when the second preloadFiles is called.
Also its not like I can pass it in as a file in the first one since its a different origin.
Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to load from a remote source as well as localhost.
But I get
Uncaught TypeError: sF._preloadingFilesCallback is not a function
when the second preloadFiles is called.Also its not like I can pass it in as a file in the first one since its a different origin.
Thanks
The text was updated successfully, but these errors were encountered: