Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Justine Tunney committed Apr 2, 2012
1 parent 0500f8b commit 463303e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions django-bone
Expand Up @@ -91,6 +91,7 @@ build
deps deps
dist dist
pip-log.txt pip-log.txt
*.sqlite3
EOF EOF


echo "generating setup.py..." echo "generating setup.py..."
Expand Down Expand Up @@ -231,11 +232,11 @@ dev:
pro: pro:
pip install -e . pip install -e .
lessc $PROJ/static/$PROJ/css/$PROJ.less \ lessc $PROJ/static/$PROJ/css/$PROJ.less \\
$PROJ/static/$PROJ/css/$PROJ.css $PROJ/static/$PROJ/css/$PROJ.css
lessc -x $PROJ/static/$PROJ/css/$PROJ.less \ lessc -x $PROJ/static/$PROJ/css/$PROJ.less \\
$PROJ/static/$PROJ/css/$PROJ.min.css $PROJ/static/$PROJ/css/$PROJ.min.css
coffee -o $PROJ/static/$PROJ/js \ coffee -o $PROJ/static/$PROJ/js \\
$PROJ/static/$PROJ/js/$PROJ.coffee $PROJ/static/$PROJ/js/$PROJ.coffee
$PROJ migrate $PROJ migrate
$PROJ collectstatic --noinput $PROJ collectstatic --noinput
Expand Down

0 comments on commit 463303e

Please sign in to comment.