faulknercs / Knockstrap

Knockout bindings to twitter bootstrap 3
faulknercs.github.io/Knockstrap/
MIT License
142 stars 37 forks source link

Remove bootstrap dependency from nuspec #47

Closed tomgruszowski closed 7 years ago

tomgruszowski commented 8 years ago

Many people use the LESS version of bootstrap (as well as a few others), making it extremely annoying when updating packages that depend on the basic version. I don't think anyone is going to accidentally use this code without including bootstrap. If it's needed for tests that's another thing.

Please consider removing this.

faulknercs commented 8 years ago

Hello,

I have included Bootstrap as dependency, because Knockstrap uses not only Bootstrap's styles, but javascript too. So I thought, that it will be semantically more correct to have this dependency.

But since bootstrap has several different packages (like less/css), I begin to thinking, that removing that dependency is good idea. Think, I will remove it in next version, thanks for that suggestion.

Best regards, Artem