[Pkg-javascript-commits] [less.js] 32/58: Clean less-bom
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:28:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.3.0
in repository less.js.
commit 4d18bc3114b86b79b04f0a332a3b8d4b03eab377
Author: Luke Page <luke.a.page at gmail.com>
Date: Thu Jan 15 06:02:17 2015 +0000
Clean less-bom
---
Gruntfile.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Gruntfile.js b/Gruntfile.js
index 0a48da2..4c6bc17 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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"]
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list