Exclude .pyc files from the deployed data

This commit is contained in:
Calen Pennington
2012-03-26 10:17:18 -04:00
parent a8a4b49d0b
commit 54eb8e4e87

View File

@@ -25,6 +25,7 @@ task :package do
"--exclude=build",
"--exclude=rakefile",
"--exclude=.git",
"--exclude=**/*.pyc",
"--prefix=/opt/wwc/mitx-#{commit}",
"--depends=python-mysqldb",
"--depends=python-django",