0
lhightower created
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-bundles
command. 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.