Skip to content

Commit

Permalink
comando faltando
Browse files Browse the repository at this point in the history
  • Loading branch information
dvl committed Jun 11, 2014
1 parent d863442 commit ce1ab98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions bin/post_compile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ if [ -f bin/install_nodejs ]; then
chmod +x bin/install_coffee
bin/install_coffee
fi

if [ -f bin/install_less ]; then
echo "-----> Running install_yuglify"
chmod +x bin/install_yuglify
bin/install_yuglify
fi
fi

if [ -f bin/run_collectstatic ]; then
Expand Down

0 comments on commit ce1ab98

Please sign in to comment.