Created
October 7, 2013 14:34
-
-
Save justinvdm/6869020 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/package.json b/package.json | |
index 1a1edb1..849af43 100644 | |
--- a/package.json | |
+++ b/package.json | |
@@ -22,7 +22,8 @@ | |
"karma-mocha": "~0.1.0", | |
"grunt-karma": "~0.6.2", | |
"karma-phantomjs-launcher": "~0.1.0", | |
- "grunt-bower-task": "~0.3.2" | |
+ "grunt-bower-task": "~0.3.2", | |
+ "less": "~1.4.2" | |
}, | |
"repository": { | |
"type": "git", | |
diff --git a/utils/npm-post-install.sh b/utils/npm-post-install.sh | |
index 967515e..2e7c5a6 100755 | |
--- a/utils/npm-post-install.sh | |
+++ b/utils/npm-post-install.sh | |
@@ -1,6 +1,6 @@ | |
#!/bin/sh | |
-BINS='grunt bower yuglify' | |
+BINS='grunt bower yuglify lessc' | |
PROJECT_ROOT=$(cd "`dirname $0`/.."; pwd) | |
if [ -n $VIRTUAL_ENV ]; then |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment