Compile Bootstrap CSS on our own, include it into build CSS file.
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 12 Dec 2013 17:56:04 +0000 (18:56 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Sun, 15 Dec 2013 21:32:51 +0000 (22:32 +0100)
commitb38b01fe2b2e52d3ad68d412a05c112b73886c95
tree0796d5b57884fc2d6b6bad0dd99d49b11a6d7c29
parentf20b2ef1a63ca42202fb063a1c0c3c06cb65e87e
Compile Bootstrap CSS on our own, include it into build CSS file.

- adding Bootstrap v2.3.1 less files
- package.json: upgrade grunt-contrib-less to get relative urls support
- Gruntfile:
 - turn on relativeUrls so that urls to glyphicons get rewritten on build
 - as of v0.8.0 grunt-contrib-less doesn't support yuicompress option
48 files changed:
Gruntfile.js
libs/bootstrap/css/bootstrap-responsive.css [deleted file]
libs/bootstrap/css/bootstrap-responsive.min.css [deleted file]
libs/bootstrap/css/bootstrap.css [deleted file]
libs/bootstrap/css/bootstrap.min.css [deleted file]
libs/bootstrap/less/accordion.less [new file with mode: 0644]
libs/bootstrap/less/alerts.less [new file with mode: 0644]
libs/bootstrap/less/bootstrap.less [new file with mode: 0644]
libs/bootstrap/less/breadcrumbs.less [new file with mode: 0644]
libs/bootstrap/less/button-groups.less [new file with mode: 0644]
libs/bootstrap/less/buttons.less [new file with mode: 0644]
libs/bootstrap/less/carousel.less [new file with mode: 0644]
libs/bootstrap/less/close.less [new file with mode: 0644]
libs/bootstrap/less/code.less [new file with mode: 0644]
libs/bootstrap/less/component-animations.less [new file with mode: 0644]
libs/bootstrap/less/dropdowns.less [new file with mode: 0644]
libs/bootstrap/less/forms.less [new file with mode: 0644]
libs/bootstrap/less/grid.less [new file with mode: 0644]
libs/bootstrap/less/hero-unit.less [new file with mode: 0644]
libs/bootstrap/less/labels-badges.less [new file with mode: 0644]
libs/bootstrap/less/layouts.less [new file with mode: 0644]
libs/bootstrap/less/media.less [new file with mode: 0644]
libs/bootstrap/less/mixins.less [new file with mode: 0644]
libs/bootstrap/less/modals.less [new file with mode: 0644]
libs/bootstrap/less/navbar.less [new file with mode: 0644]
libs/bootstrap/less/navs.less [new file with mode: 0644]
libs/bootstrap/less/pager.less [new file with mode: 0644]
libs/bootstrap/less/pagination.less [new file with mode: 0644]
libs/bootstrap/less/popovers.less [new file with mode: 0644]
libs/bootstrap/less/progress-bars.less [new file with mode: 0644]
libs/bootstrap/less/reset.less [new file with mode: 0644]
libs/bootstrap/less/responsive-1200px-min.less [new file with mode: 0644]
libs/bootstrap/less/responsive-767px-max.less [new file with mode: 0644]
libs/bootstrap/less/responsive-768px-979px.less [new file with mode: 0644]
libs/bootstrap/less/responsive-navbar.less [new file with mode: 0644]
libs/bootstrap/less/responsive-utilities.less [new file with mode: 0644]
libs/bootstrap/less/responsive.less [new file with mode: 0644]
libs/bootstrap/less/scaffolding.less [new file with mode: 0644]
libs/bootstrap/less/sprites.less [new file with mode: 0644]
libs/bootstrap/less/tables.less [new file with mode: 0644]
libs/bootstrap/less/thumbnails.less [new file with mode: 0644]
libs/bootstrap/less/tooltip.less [new file with mode: 0644]
libs/bootstrap/less/type.less [new file with mode: 0644]
libs/bootstrap/less/utilities.less [new file with mode: 0644]
libs/bootstrap/less/variables.less [new file with mode: 0644]
libs/bootstrap/less/wells.less [new file with mode: 0644]
package.json
src/editor/styles/main.less