diff --git a/README.md b/README.md new file mode 100644 index 0000000..dce65a4 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +bower-stylesheet-brunch +======================= + +Adds Bower support to Brunch for stylesheet files. + +Using +----- + +In your brunch config, use this ignore : +`ignored: /^(vendor.*\.less|.+node_modules.+|.+_.+\..+)$/` + +You also need to remove `"css-brunch": "1.5"` or something from package.json.