Skip to content

Instantly share code, notes, and snippets.

@jkern
Created March 17, 2009 12:31
Show Gist options
  • Save jkern/80509 to your computer and use it in GitHub Desktop.
Save jkern/80509 to your computer and use it in GitHub Desktop.
[jkern@thumper blog]$ python hyde/hyde.py -g -s site/ -d deploy
INFO:Processing /index.html[2009-03-17 08:23:50,034]
INFO:Processing /.htaccess[2009-03-17 08:23:50,094]
INFO:Processing /about/about.html[2009-03-17 08:23:50,095]
INFO:Processing /blog/blog.html[2009-03-17 08:23:50,157]
INFO:Processing /blog/atom.xml[2009-03-17 08:23:50,189]
INFO:Processing /blog/2007/happy-christmas.html[2009-03-17 08:23:50,343]
INFO:Processing /blog/2007/listing.html[2009-03-17 08:23:50,355]
INFO:Processing /blog/2009/introducing-hyde.html[2009-03-17 08:23:50,367]
INFO:Processing /blog/2009/2009.html[2009-03-17 08:23:50,389]
INFO:Processing /blog/2008/happy-new-year.html[2009-03-17 08:23:50,402]
INFO:Processing /blog/2008/happy-christmas.html[2009-03-17 08:23:50,425]
INFO:Processing /blog/2008/2008.html[2009-03-17 08:23:50,448]
INFO:Processing /media/css/base.css[2009-03-17 08:23:50,460]
Traceback (most recent call last):
File "hyde/hyde.py", line 94, in <module>
main(sys.argv[1:])
File "hyde/hyde.py", line 68, in main
generator.generate(options.deploy_to, options.keep_watching, quit)
File "/home/jkern/blog/hyde/hydeengine/__init__.py", line 357, in generate
self.process_all()
File "/home/jkern/blog/hyde/hydeengine/__init__.py", line 269, in process_all
self.process(resource)
File "/home/jkern/blog/hyde/hydeengine/__init__.py", line 234, in process
return self.processor.process(item)
File "/home/jkern/blog/hyde/hydeengine/processor.py", line 96, in process
processor.process(resource)
File "/home/jkern/blog/hyde/hydeengine/media_processors.py", line 51, in process
"YUI Compressor cannot be found at [%s]" % compress)
ValueError: YUI Compressor cannot be found at [./lib/yuicompressor-2.4.1.jar]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment