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
After launching site, IIS always locks libsass.dll (LibSassHost.Native.win-x86) until I stop worker process.
I didn't notice any 'Release' method to resolve this issue, assigning "null" to sass_result does not helps.
How I can avoid this?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi
Is there any way to release libsass.dll after compiling sass file?
I'm using very basic implementation at BundleConfig.cs:
After launching site, IIS always locks libsass.dll (LibSassHost.Native.win-x86) until I stop worker process.
I didn't notice any 'Release' method to resolve this issue, assigning "null" to sass_result does not helps.
How I can avoid this?
Thank you!
The text was updated successfully, but these errors were encountered: