You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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 withmsbuild
, notnpm
.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.
The text was updated successfully, but these errors were encountered: