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

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-12-10 10:36:34 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-12-10 10:36:34 +0400
commit852a473a31e6e7a33c2372f579aeb0dc76b2b476 (patch)
tree8f4527be3f190f1d8675740da8dbc2120698fead
parent5c463926056e3f2d3df8fb74e993e116c42c83a4 (diff)
organize files the same as the are in main repo
-rw-r--r--lib/css.js51
1 files changed, 36 insertions, 15 deletions
diff --git a/lib/css.js b/lib/css.js
index 3791252..f3cb5aa 100644
--- a/lib/css.js
+++ b/lib/css.js
@@ -26,40 +26,61 @@ var path = require('path')
, BRANCH = "master"
, CW = "/*!\n * Bootstrap v2.2.2\n *\n * Copyright 2012 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n"
, ERROR = "A less error occured trying to build your bundle. You've likely entered an invalid input into the less variable field. Check your syntax and try again!\n\n thanks!\n\n"
- , FILES = [ "variables.less"
+ , FILES = [ // CSS Reset
+ "reset.less"
+
+ // Core variables and mixins
+ , "variables.less"
, "mixins.less"
- , "reset.less"
+
+ // Grid system and page structure
, "scaffolding.less"
, "grid.less"
, "layouts.less"
+
+ // Base CSS
, "type.less"
, "code.less"
- , "labels-badges.less"
- , "tables.less"
, "forms.less"
- , "buttons.less"
+ , "tables.less"
+
+ // Components: common
, "sprites.less"
+ , "dropdowns.less"
+ , "wells.less"
+ , "component-animations.less"
+ , "close.less"
+
+ // Components: Buttons & Alerts
+ , "buttons.less"
, "button-groups.less"
+ , "alerts.less"
+
+ // Components: Nav
, "navs.less"
, "navbar.less"
, "breadcrumbs.less"
, "pagination.less"
, "pager.less"
- , "thumbnails.less"
- , "alerts.less"
- , "progress-bars.less"
- , "hero-unit.less"
+
+ // Components: Popovers
+ , "modals.less"
, "tooltip.less"
, "popovers.less"
- , "modals.less"
- , "dropdowns.less"
+
+ // Components: Misc
+ , "thumbnails.less"
+ , "media.less"
+ , "labels-badges.less"
+ , "progress-bars.less"
, "accordion.less"
, "carousel.less"
- , "wells.less"
- , "close.less"
+ , "hero-unit.less"
+
+ // Utility classes
, "utilities.less"
- , "media.less"
- , "component-animations.less"
+
+ // responsive styles
, "responsive-1200px-min.less"
, "responsive-767px-max.less"
, "responsive-768px-979px.less"