Remove themes directory from less config

This commit is contained in:
Kevin Sawicki 2013-09-16 15:47:58 -07:00
parent 262ada0b6c
commit 92c2da30cc

View File

@ -39,7 +39,6 @@ module.exports = (grunt) ->
src: [
'src/**/*.less'
'static/**/*.less'
'themes/**/*.less'
'vendor/bootstrap/less/bootstrap.less'
]
dest: appDir