Skip to content

Commit

Permalink
Add a script for compiling the project's less
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Jul 9, 2012
1 parent 55dfcf2 commit a2423c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/cm-lessc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

WD=`dirname $0`
STATIC=$WD/../councilmatic/cm/static

lessc -I$STATIC/libs/bootstrap/less $STATIC/cm/less/cm-style.less $STATIC/cm/css/cm-style.css
echo 'Did it.'

0 comments on commit a2423c7

Please sign in to comment.