IntelliTect / Coalesce.Starter

A barebones Coalesce Knockout project which can be built upon
5 stars 1 forks source link

Replace bower with npm #3

Closed ascott18 closed 6 years ago

ascott18 commented 6 years ago

It would be very nice if we only had to deal with a single package manager. Everything we're getting from bower is available in npm - lets consolidate down to one.

This change should also be propagated to the demo project - https://github.com/IntelliTect/Coalesce/tree/2.0/src/Coalesce.Web

adamskt commented 6 years ago

I've been wanting to do this for awhile. It would also make it easier to theme the bootstrap stuff if we only used the SASS template and not both. We can also get rid of tsd.json since we are using @types in the package,json.