-
Notifications
You must be signed in to change notification settings - Fork 42
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
Smidge can't find files #69
Comments
Hmm. Are you on the latest version? Where this issue should be fixed #64 |
I'm running on 9.0.0-rc003, the files get copied in development fine, it's when you publish using Visual Studio (or dot net publish) when they don't get copied to the output folder |
Ok so the current rc on NuGet causes the issue, renaming the app_plugins to App_Plugins in the manifest fixes the issue. It looks like this fix from #64 (comment) is the fix, it just needs pushing to nuget |
Hi! Sorry! I must have been tiered last time I worked on the package, I was waiting to include the PR in the release #62 But I've gone a head and pusha rc4-release that is now on NuGet. |
When running an Umbraco v9 site which has been published, and the app plugins folder manually (due to #68) added to the publish folder.
Smidge throws an error saying it cannot find the js files, even though they can be browsed to directly.
My first thought is whether it's failing to minify the file and so throwing an error, I'm not sure though
The text was updated successfully, but these errors were encountered: