Navigation Menu

Skip to content

Commit

Permalink
Lock down version of less, and add npm install to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stenington committed Nov 5, 2012
1 parent c2f5135 commit 9358790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions makefile
Expand Up @@ -6,6 +6,7 @@ BADGE_CSS = ./webmaker-nav/css/badge-ui.css
BADGE_LESS = ./webmaker-nav/css/badge-ui.less BADGE_LESS = ./webmaker-nav/css/badge-ui.less


less: less:
@npm install
@echo "Compiling LESS: ${LESS}" @echo "Compiling LESS: ${LESS}"
@${LESSC} ${LESS} > ${CSS} @${LESSC} ${LESS} > ${CSS}
@echo "Compiling LESS: ${BADGE_LESS}" @echo "Compiling LESS: ${BADGE_LESS}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
{ "test" : "node test/phantom/run.js" } { "test" : "node test/phantom/run.js" }
, "dependencies": , "dependencies":
{ "express": "2.5.x", { "express": "2.5.x",
"less": "1.3.x" "less": "1.3.1"
} }
, "engines": , "engines":
{ "node": "*" } { "node": "*" }
Expand Down

0 comments on commit 9358790

Please sign in to comment.