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

Feature request: Using the extension without an Javascript Environment (ASP.NET / Blazor) #259

Closed
jtheisen opened this issue Feb 7, 2021 · 1 comment

Comments

@jtheisen
Copy link

jtheisen commented Feb 7, 2021

The extension works fine for me on Javascript-based projects, but for ASP.NET projects using razor files for the html templates there's usually no Javascript environment and no package.json. The build is done with msbuild, not npm.

But the extension needs all that, at least that's what I'm taking away from the documentation.

I understand that in order to use tailwind properly, the important compile and pruning steps require the Javascript world anyway.

However, if it would still be nice if the extension worked without it (at least with the default configuration of tailwind), as then I can just start hacking and worry about the rest later.

@jtheisen jtheisen changed the title Using the extension without an npm environment (ASP.NET / Blazor) Feature request: Using the extension without an npm environment (ASP.NET / Blazor) Feb 7, 2021
@jtheisen jtheisen changed the title Feature request: Using the extension without an npm environment (ASP.NET / Blazor) Feature request: Using the extension without an Javascript Environment (ASP.NET / Blazor) Feb 7, 2021
@bradlc
Copy link
Contributor

bradlc commented Feb 7, 2021

Going to close this as a duplicate of #27 as I think that covers the "no JS" use case 👍

@bradlc bradlc closed this as completed Feb 7, 2021
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