mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 09:05:41 +01:00
Use git pull of django_compressor.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,8 +2,9 @@
|
|||||||
/lib/
|
/lib/
|
||||||
/include/
|
/include/
|
||||||
/local
|
/local
|
||||||
/pip-log.txt
|
/src/
|
||||||
/build/
|
/build/
|
||||||
|
/pip-log.txt
|
||||||
/development.db
|
/development.db
|
||||||
/media/
|
/media/
|
||||||
/static/
|
/static/
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Django==1.4
|
|||||||
South==0.7.4
|
South==0.7.4
|
||||||
Pillow==1.7.7
|
Pillow==1.7.7
|
||||||
django-tastypie==0.9.11
|
django-tastypie==0.9.11
|
||||||
django_compressor==1.1.2
|
-e git://github.com/jezdez/django_compressor.git@41d5e52151#egg=django_compressor
|
||||||
cssmin==0.1.4
|
cssmin==0.1.4
|
||||||
jsmin==2.0.2
|
jsmin==2.0.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user