I am having an issue with [email protected] not compiling bower_component css files. Similar to Separating app and vendor css in Brunch. Only the css/app.css is getting generated for me. :/
{
stylesheets: {
joinTo: {
'css/app.css': /^app/,
'css/vendor.css': /^bower_components/
}
}
Please let me know if I am doing something wrong. All seemed fine when I was using [email protected]. Did the config change with the introduction to bower being built in?
bower_componentssub-directories containing the vendor CSS files are "watched" by Brunch (paths->watchedsection). - Marco Lazzeri