Navilan

Results 64 comments of Navilan

I'd like that feature as well. Sucks typing -i, -g etc. Maybe creating a default fab file would be the quickest way to solve this. http://stevelosh.com/blog/2010/01/moving-from-django-to-hyde/

Since every option to hyde is a subcommand, I would rather have something like: command = load_command(args[0]) if not command: # handle bad command command.execute(args[1:]) Using something like http://code.google.com/p/argparse/ might...

Definitely not very hard. It could very well be identical to less or sass processors. https://github.com/lakshmivyas/hyde/blob/master/hydeengine/media_processors.py#L51-65 I don't use compass so don't know its nuances, features that are required, and...