-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
I'm trying to load from a remote source as well as localhost.
Sass.preloadFiles('https://unpkg.com/bulma@latest/', '',['bulma.scss'], function callback() {
Sass.preloadFiles('http://localhost/', '', ['mystyle.scss'], function callback() {
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
Metadata
Metadata
Assignees
Labels
No labels