Adds a less plugin.
This commit is contained in:
@@ -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
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user