Skip to content
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

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

Open
mmalik76 opened this issue Aug 27, 2018 · 1 comment

Comments

@mmalik76
Copy link

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 => {

@mvelosop
Copy link
Owner

Hi @mmalik76, thanks for the heads up!

I'll fix it in the repo/post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants