-
Notifications
You must be signed in to change notification settings - Fork 14
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
Does not seem to work with VS 2013 / WinJS app #1
Comments
I'll be honest, I didn't even consider WinJS applications and designed this specifically for Web Applications. Is there project file for those because the way it works is by adding a .targets file to the project file. I can take a look at it because I do have VS 2013 to test this and see what I can figure out. |
Understandable :) you will have to have Win 8.1 installed in order to test Win 8.1 apps. Also, I did try adding the .targets file, but that didn't add the build actions to the menu (even after reloading the solution). So, not sure how to proceed from there... |
Hmm...well, does the WinJS application work for Windows 8 applications as well? I have a Windows 8 machine (that for various reasons can't be upgraded to 8.1) that I can take a look at this later at. I'll update this as soon as I know more. Thanks for reporting this issue and I'll get back to you about it as soon as I can. |
I think it'd be worth a try to get it working there.. I can test it on 8.1 for you if you have it working in 8.0 |
I'm trying to use this with a WinJS application for Windows 8.1 in Visual Studio 2013.
The only thing that changes when I load the nuget package is that the LessMsbuildTasks.txt file is added to the project. No new tags or anything and no new build actions are there either.
The text was updated successfully, but these errors were encountered: