2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

add minified source to min dir in js + add uglify to make process

This commit is contained in:
Jacob Thornton
2011-11-20 21:42:52 -08:00
parent 18d2a879ae
commit 721e7b85d7
10 changed files with 164 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Wed Nov 16 00:28:10 PST 2011
* Date: Sun Nov 20 21:42:29 PST 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).