Clean less-bom

This commit is contained in:
Luke Page
2015-01-15 06:02:17 +00:00
parent ed1abbb79b
commit 4d18bc3114

View File

@@ -306,7 +306,7 @@ module.exports = function (grunt) {
// Clean the version of less built for the tests
clean: {
test: ['test/browser/less.js', 'tmp'],
test: ['test/browser/less.js', 'tmp', 'test/less-bom'],
"sourcemap-test": ['test/sourcemaps/*.css', 'test/sourcemaps/*.map'],
sauce_log: ["sc_*.log"]
}