jsocol / jingo-minify

Concat and minify JS and CSS for Jinja2+Jingo+Django
BSD 3-Clause "New" or "Revised" License
67 stars 29 forks source link

Missing requirement: `import git` #26

Open mattbasta opened 12 years ago

mattbasta commented 12 years ago

https://github.com/jsocol/jingo-minify/blob/master/jingo_minify/management/commands/compress_assets.py#L11

Unless there's some secret sauce that I'm missing, this is a missing dependency.

fwenzel commented 12 years ago

You're right. That's git-python. Are you going to submit a pull request :)

mattbasta commented 12 years ago

Just wanted to make sure that I wasn't missing something, first. Will do.

mattbasta commented 12 years ago

Looks like the latest version of git-python is incompatible. Time to roll up my sleeves...

kumar303 commented 11 years ago

requirements.txt needs GitPython==0.1.7 for a quick fix!

davedash commented 11 years ago

You could consider not using GitPython at all.

I've not had the best time with that library, and just been wrapping subprocess calls to git directly.

-d

On Wed, Oct 10, 2012 at 10:44 AM, Kumar McMillan notifications@github.comwrote:

requirements.txt needs GitPython==0.1.7 for a quick fix!

— Reply to this email directly or view it on GitHubhttps://github.com/jsocol/jingo-minify/issues/26#issuecomment-9312658.

Dave Dash 650.648.3274