From 9aed542e4ec7692cce26cabdd60006741c83f0d2 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 16 Sep 2013 16:36:52 -0700 Subject: [PATCH] Remove bootstrap from less config --- Gruntfile.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 652935ae5..5515e3bb7 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -32,14 +32,12 @@ module.exports = (grunt) -> paths: [ 'static/variables' 'static' - 'vendor/bootstrap/less' ] glob_to_multiple: expand: true src: [ 'src/**/*.less' 'static/**/*.less' - 'vendor/bootstrap/less/bootstrap.less' ] dest: appDir ext: '.css'