Open sergey-239 opened 2 years ago
the latest release commit is inconsistent. E.g. there are references to missing files or files that actually are in different places in file web/studio/ASC.Web.Studio/ASC.Web.Studio.csproj at rows 1065 onwards:
<Content Include="Content\jQuery.FileUpload\css\jquery.fileupload-noscript.css" /> <Content Include="Content\jQuery.FileUpload\css\jquery.fileupload-ui-noscript.css" /> <Content Include="Content\jQuery.FileUpload\css\jquery.fileupload-ui.css" /> <Content Include="Content\jQuery.FileUpload\css\jquery.fileupload.css" /> <Content Include="Content\jQuery.FileUpload\img\loading.gif" /> <Content Include="Content\jQuery.FileUpload\img\progressbar.gif" /> <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" /> <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" /> <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" /> <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" /> <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" /> <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" /> <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" /> <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
Also, build/msbuild/deploy.proj file contains a bug that causes less tool to be incorrectly invoked:
diff --git a/build/msbuild/deploy.proj b/build/msbuild/deploy.proj index fc9e4270f..fe0512870 100644 --- a/build/msbuild/deploy.proj +++ b/build/msbuild/deploy.proj @@ -266,7 +266,7 @@ <LessFiles Include="@(LessFilesInclude)" Exclude="@(LessFilesExlude)" /> </ItemGroup> <Exec Command="$(NuGetCommand) install dotless -Version 1.5.2 -OutputDirectory $(RootDir)packages" /> - <Exec Command="$(LessCommand) -m "%(LessFiles.FullPath)" "%(LessFiles->%(RootDir)%(Directory)%(Filename).min.css"" /> + <Exec Command="$(LessCommand) -m "%(LessFiles.FullPath)" "%(RootDir)%(Directory)%(Filename).min.css"" />^M </Target> <Target Name="CssMinify"> <ItemGroup>
It will be kind of you to bring the master branch into consistent state
Hello @sergey-239 Thank you for your interest in our product and attention. We will fix this issue in the next release.
the latest release commit is inconsistent. E.g. there are references to missing files or files that actually are in different places in file web/studio/ASC.Web.Studio/ASC.Web.Studio.csproj at rows 1065 onwards:
Also, build/msbuild/deploy.proj file contains a bug that causes less tool to be incorrectly invoked:
It will be kind of you to bring the master branch into consistent state