asp dotnet core on linux: missing all bower packages
问题 For simplicity I am focusing one just one bower-installed library, but it doesn't load any bower-installed package under /lib Project works fine under Windows, but it doesn't find bower-installed backages under Linux. Chrome shows this error: GET http://localhost:5000/lib/pikaday/pikaday.js 404 not found In the view: <script src="/lib/pikaday/pikaday.js"></script> I have my bower.json in the solution: { "name": "asp.net", "private": true, "dependencies": { "bootstrap": "3.3.6", "jquery": "2.2