Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-12-03 11:22:46 +0300
committerChris Rebert <github@rebertia.com>2014-12-03 11:22:46 +0300
commit6bd41c89519fbdcfb30cb4f4da71ca2e57b3e26f (patch)
tree1f25bc4b0ce750665db91f00e970bcaf37f4bf6c
parent1ac9a181dd273b15e07d69a71fc15481feba7316 (diff)
document that Gruntworker is Bootstrap-specific
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbca9f9..c7e4782 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@ Gruntworker
Gruntworker periodically grabs changes, runs build scripts, and pushes built changes back to the Bootstrap git repo.
-It automatically keeps Bootstrap's `/dist/` files up-to-date.
+It automatically keeps Bootstrap's `/dist/` files up-to-date. It is suited to Bootstrap's specific needs and does not attempt to be generic or useful out-of-the-box for other projects.
Licensed under the MIT License.