audreyfeldroy / complexity

A refreshingly simple static site generator, for those who like to work in HTML.
Other
118 stars 32 forks source link

quickstart www/ #44

Open ghost opened 9 years ago

ghost commented 9 years ago

сommand not working - $ complexity project/ www/

https://github.com/audreyr/complexity#quickstart

complexity project/ www/

  • www/ parameter not working with that, error says "complexity: error: unrecognized arguments: www/"

complexity project/ - working:

Copying index.html to www/index.html Copying base.html to False Copying about.html to www/about/index.html Copying directory css to www/css Copying file robots.txt to www/robots.txt Copying directory img to www/img Copying directory js to www/js ('serving at port', 9090) 127.0.0.1 - - [04/May/2015 09:02:50] "GET / HTTP/1.1" 200 -

can you explain what happens and how to, may be i'm doing something wrong

MuffinManKen commented 5 years ago

This is really old, but I'm answering it in case someone else wanders by with this issue.

The commandline does not take a destination folder, so just use "complexity project". If you want to specify the destination you need to use a config file.