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

Use node ecosystem for managing dependencies and bundling assets #55

Open
mscottford opened this issue Jul 22, 2020 · 0 comments
Open

Comments

@mscottford
Copy link
Member

The Freshli.Web project was generated by running dotnet new mvc. The way that template handles browser-based assets is not ideal for these reasons:

  • Dependencies are copied directly into the repository and are not tracked by a dependency manager
  • The bundling support built into ASP.NET Core is limited to minification. More advanced support such as shims and transpiling from one JS syntax to another are not supported

So instead, let's switch to using tools from the node ecosystem to solve this problem. We'll start with using yarn for dependencies and perhaps use webpack for bundling and other features.

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

1 participant