Adds a less plugin.

This commit is contained in:
Matthew Phillips
2013-12-28 11:39:01 -05:00
parent e88fa22d20
commit 6b6a3b23bc
2 changed files with 14 additions and 1 deletions
@@ -0,0 +1,12 @@
{
"main": "dist/less-1.5.1",
"format": "global",
"shim": {
"dist/less-1.5.1": {
"exports": "less"
}
},
"buildConfig": {
"uglify": true
}
}
+2 -1
View File
@@ -44,5 +44,6 @@
"typeahead": "github:twitter/typeahead.js",
"three.js": "cdnjs:three.js",
"underscore": "npm:underscore",
"webfont": "cdnjs:webfont"
"webfont": "cdnjs:webfont",
"less": "github:matthewp/plugin-less",
}