some-stylesheet-brunch
v1.6.1
Published
Allows you to make Brunch compile only the stylesheets you want.
Downloads
5
Readme
Some Stylesheet Brunch
In your brunch config
file, just set the "stylesheets" section under "plugins" :
plugins:
stylesheets: [
'vendor/jquery.js'
'vendor/bootstrap.js'
]