Remove bootstrap from less config

This commit is contained in:
Kevin Sawicki 2013-09-16 16:36:52 -07:00
parent d9313bd5e3
commit 9aed542e4e

View File

@ -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'