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
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
I am getting an error with cdn assets when precompiling. It appears to be caused by ".js" being appended to the end of the "empty:" path for cdn scripts which can be seen here: https://gist.github.com/rmdydo/dea9cab02ec67cdde6ae. The weird part is that the generated rjs_driver.js is correctly listing the cdn paths as "empty:" so somewhere along the line the ".js" is being added. Here is the generated driver: https://gist.github.com/rmdydo/7889626675b26790b6e1.
The cdn hosted files are "filepicker", "aviary","facebook","windowslive".
Thanks
The text was updated successfully, but these errors were encountered:
I am getting an error with cdn assets when precompiling. It appears to be caused by ".js" being appended to the end of the "empty:" path for cdn scripts which can be seen here: https://gist.github.com/rmdydo/dea9cab02ec67cdde6ae. The weird part is that the generated rjs_driver.js is correctly listing the cdn paths as "empty:" so somewhere along the line the ".js" is being added. Here is the generated driver: https://gist.github.com/rmdydo/7889626675b26790b6e1.
The cdn hosted files are "filepicker", "aviary","facebook","windowslive".
Thanks
The text was updated successfully, but these errors were encountered: