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

If I remove bootstrap no vendor.css is created #70

Closed
axi71 opened this issue Jan 22, 2018 · 1 comment
Closed

If I remove bootstrap no vendor.css is created #70

axi71 opened this issue Jan 22, 2018 · 1 comment

Comments

@axi71
Copy link

axi71 commented Jan 22, 2018

I've removed all dependencies of bootstrap.css because I don't want to use it:
from package.json
from webpack.config.vendor.js
did all from scratch after cloning repository.
Afterwards:
npm install
dotnet run
no vendor.css has been created in wwwroot/dist
Did I miss something?

@MarkPieszak
Copy link
Member

Can you run npm run dev and see if that builds and runs everything for you?
That is what actually runs the webpack command, dotnet run might not be executing it for you.

Hope that helps!

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

2 participants