diff options
| author | Jacob Thornton <[email protected]> | 2011-11-20 21:36:26 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-20 21:36:26 -0800 |
| commit | 36a7eb3851855b608266f301a63b561ac316bca9 (patch) | |
| tree | 86ee518900979df219dbec657f0765f18cd0f269 /.gitignore | |
| parent | 47c7f655ac455cf76a4865f129a523a91486d3ad (diff) | |
| download | bootstrap-36a7eb3851855b608266f301a63b561ac316bca9.tar.xz bootstrap-36a7eb3851855b608266f301a63b561ac316bca9.zip | |
add build script for minified files and allow elements to be returned to getContent and title in popovers
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 496ee2ca6..38ad09099 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.DS_Store
\ No newline at end of file +.DS_Store +js/min
\ No newline at end of file |
