summaryrefslogtreecommitdiff
path: root/public/assets/bootstrap
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-10-19 20:01:07 -0700
committerelijah <elijah@riseup.net>2012-10-19 20:01:07 -0700
commitc899bc87c852be0f3de933661cd26f6ec5d1b204 (patch)
treed3b39469ec151448b44c76b93e10f5d9d34fae49 /public/assets/bootstrap
parent49a352e35d507ce2ad07a506af979ab27ceab587 (diff)
commit pre-compiled assets
Diffstat (limited to 'public/assets/bootstrap')
-rw-r--r--public/assets/bootstrap/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/assets/bootstrap/README b/public/assets/bootstrap/README
new file mode 100644
index 0000000..521c306
--- /dev/null
+++ b/public/assets/bootstrap/README
@@ -0,0 +1,11 @@
+Eventually, we want to migrate more of the CSS over to using "Bootstrap"
+
+ http://twitter.github.com/bootstrap
+
+In this directories is a copy of bootstrap converted to SCSS:
+
+ https://github.com/jlong/sass-twitter-bootstrap
+
+To update the files in this directory, run this command (in this directory!)
+
+ curl https://nodeload.github.com/jlong/sass-twitter-bootstrap/tarball/master | tar -vxz --transform 's/.*lib\///' --overwrite --wildcards '*/lib/*.scss' \ No newline at end of file