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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-07-22 23:57:39 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-07-22 23:57:39 +0400
commit6c2fa9430c04b666ae5f490312be29116a7782d2 (patch)
treeb6afb192aa90a676a398af4c703778ecc3e92967 /Makefile
parentb9105b98f9ee5f15d5b18bccf277344683d4a6db (diff)
add haunt w/ issue guideline spec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 827b6920ec..ba648de20e 100644
--- a/Makefile
+++ b/Makefile
@@ -90,5 +90,12 @@ watch:
echo "Watching less files..."; \
watchr -e "watch('less/.*\.less') { system 'make' }"
+#
+# HAUNT GITHUB ISSUES 4 FAT & MDO ONLY (O_O )
+#
+
+haunt:
+ @haunt -s .issue-guidelines.js https://github.com/twitter/bootstrap
+
.PHONY: docs watch gh-pages \ No newline at end of file