LESS -> Less

This commit is contained in:
Kevin Sawicki 2015-04-10 14:49:53 -07:00
parent e7030ba4b3
commit 168c0d0dd7

View File

@ -75,7 +75,7 @@ module.exports = (grunt) ->
themeMains.push(mainPath) if grunt.file.isFile(mainPath)
importPaths.unshift(stylesheetsDir) if grunt.file.isDir(stylesheetsDir)
grunt.verbose.writeln("Building LESS cache for #{configuration.join(', ').yellow}")
grunt.verbose.writeln("Building Less cache for #{configuration.join(', ').yellow}")
lessCache = new LessCache
cacheDir: directory
resourcePath: path.resolve('.')