I use Laravel 5 and Elixir.
I have app.scss
which imports _bootstrap.csss
(installed by bower), and these files are compiled to one file public/css/app.css
.
Also I have some CSS files in other dependencies (installed by bower), and I want to add them to public/css/app.css
.
How can I do it?