-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce the depencies #32
Comments
Hello, Kim! I did not dare to add this feature for a long time (even conducted a poll), but today I released a new version of the library that contains this functionality. |
Hi We have executed with our own compiled version since the creation of the post. It has worked great for us. The only problem we have is that the IIS locks the dll because it a c++ dll, so we can't do hot deployment on those dll. But that is also the only problem we have been seeing. WE have changed our deployment so these dll's aren't part of the ho deployment package and then we are able to archive all that we wanted. |
This is a known problem and it has been discussed many times (and it is typical not only for the LibSass Host library): “File lock on LibSassHost.Native-64.dll”, “w3wp.exe locks 'libsass*.dll'” and “libsass.dll locked by IIS Worker Process”. |
Hi
This is just a suggest/feature request. My company is using this library for our website. We are using webhotels and azure website. In this situation we can't install redistributable c++ 2017 as we don't have access to the machine.
So what I suggest is that the dependency be compiled into the libsass.dll as this will make the solution more portable. Perhaps as another set of dll's if people don't want the static linking.
The only change that needs to happen is set
in libsass.vcxproj:
Thanks in advance
The text was updated successfully, but these errors were encountered: