[Pkg-javascript-commits] [less.js] 187/285: test linux build
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit f3d667bb227599e799e6816d6f3a6674f3bcbf22
Author: Luke Page <luke.a.page at gmail.com>
Date: Sun Oct 19 09:43:38 2014 +0100
test linux build
---
Gruntfile.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Gruntfile.js b/Gruntfile.js
index 5b9d9d2..87fd1ea 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -48,7 +48,8 @@ module.exports = function (grunt) {
browser: {
src: ['./lib/less-browser/index.js'],
options: {
- //ignore: ["promise"]
+ alias: ["promise/polyfill.js:promise"]
+ //ignore: ["promise/index.js"]
},
dest: 'tmp/less.js'
}
--
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