0
lhightower created
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
1 Answer(s)
-
1
Before running the project, we need to run a npm task to bundle and minify the CSS and JavaScript files. In order to do that, we can open a command prompt, navigate to root directory of *.Web.Mvc project and run
npm run create-bundlescommand. This command should be run when a new npm package is being added to the solution. Or you can just build your solution and all bundles will be updated automatically.Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)
