Hi,
I use bootstrap in my ember application. I know there are few ways to import it to my app described here. I have 2 questions :
- What is the recommended way ?
- I know packages from node_modules/ cannot be imported (but bower packages can). Is it still relevant ? Bower is considered as deprecated and I would like to have an uniqe file (package.json) for my dependencies
Thanks a lot