From 852a473a31e6e7a33c2372f579aeb0dc76b2b476 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 9 Dec 2012 22:36:34 -0800 Subject: organize files the same as the are in main repo --- lib/css.js | 51 ++++++++++++++++++++++++++++++++++++--------------- 1 file 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" -- cgit v1.2.3