hardpixel / marv

A toolkit for bootstrapping and developing WordPress themes and plugins using Sass, LESS, and CoffeeScript.

Home Page:http://hardpixel.github.io/marv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marv server start SERVER

vageliskatsiotis opened this issue · comments

Given the marv server start SERVER with a server name that does not exists, it starts to create the server but in the end it does not create the server and it gives the following error:

/var/lib/gems/1.9.1/gems/marv-0.4.0/lib/marv/server/actions.rb:24:inchdir': No such file or directory - /home/vagelis/.marv/servers/demo (Errno::ENOENT)`

It would useful to check if the server exists and then to give the option of creating one and then start it.