AspNetCore2CoreUI icon indicating copy to clipboard operation
AspNetCore2CoreUI copied to clipboard

Html files in subfolders of src not getting updated or converted to cshtml

Open mmalik76 opened this issue 7 years ago • 1 comments

It looks like there have been some changes to the folder structure of CoreUI since you created the build-aspnetcore scripts. Some of the html file have been moved to subfolders like src\buttons\dropdowns.html, and are not getting updated or converted to cshtml. To fix this issue you need to update line 32 of build\aspnetcore-lib.js to the following.

fs.readdirSync(dir).filter(f => fileExt === '*' ? true : (path.extname(f) === fileExt || path.extname(f) === "")).forEach(file => {

mmalik76 avatar Aug 27 '18 16:08 mmalik76

Hi @mmalik76, thanks for the heads up!

I'll fix it in the repo/post.

mvelosop avatar Sep 22 '18 10:09 mvelosop