From f7c3d0ad41da5f0072c2cf64ff5c9a894052d194 Mon Sep 17 00:00:00 2001 From: Tyler Henkel Date: Sun, 20 Jul 2014 20:34:13 -0600 Subject: [PATCH] fix(stylus): remove bootstrap css import in stylus when bootstrap is not selected Closes #368 --- app/templates/client/app/app(stylus).styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/client/app/app(stylus).styl b/app/templates/client/app/app(stylus).styl index 20cc87dad..4f06d30c2 100644 --- a/app/templates/client/app/app(stylus).styl +++ b/app/templates/client/app/app(stylus).styl @@ -1,5 +1,5 @@ -@import "bootstrap/dist/css/bootstrap.css" @import "font-awesome/css/font-awesome.css" +<% if(filters.bootstrap) { %>@import "bootstrap/dist/css/bootstrap.css" // // Bootstrap Fonts @@ -12,7 +12,7 @@ url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); - +<% } %> // // Font Awesome Fonts //