enkelmedia / TheDashboard

Magic dashboard for Umbraco
MIT License
39 stars 42 forks source link

Smidge can't find files #69

Closed AaronSadlerUK closed 2 years ago

AaronSadlerUK commented 2 years ago

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

enkelmedia commented 2 years ago

Hmm.

Are you on the latest version? Where this issue should be fixed https://github.com/enkelmedia/TheDashboard/issues/64

AaronSadlerUK commented 2 years ago

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

AaronSadlerUK commented 2 years ago

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 https://github.com/enkelmedia/TheDashboard/issues/64#issuecomment-930964880 is the fix, it just needs pushing to nuget

enkelmedia commented 2 years ago

Hi!

Sorry! I must have been tiered last time I worked on the package, I was waiting to include the PR in the release https://github.com/enkelmedia/TheDashboard/pull/62

But I've gone a head and pusha rc4-release that is now on NuGet.