Module: Tau

Defined in:
lib/tau.rb,
lib/tau/cli.rb,
lib/tau/config.rb,
lib/tau/server.rb,
lib/tau/builder.rb,
lib/tau/enginer.rb,
lib/tau/version.rb,
lib/tau/projecter.rb,
lib/tau/engines/haml.rb,
lib/tau/engines/sass.rb,
lib/tau/engines/scss.rb,
lib/tau/engines/coffee.rb,
lib/tau/server/file_listing.rb,
lib/tau/engines/abstract_engine.rb

Defined Under Namespace

Modules: Defaults, Engines, ServerHelpers Classes: Builder, Cli, Enginer, Projecter, Server

Constant Summary collapse

CODE_DIR =
'code'
BUILD_DIR =
'build'
CONFIG_FILE =
'tau.yml'
PROJECT_NAME_EXP =
/^[[:word:]\.-]+$/
SERVER =
%w(thin webrick)
FILE_PATH_EXP =
/^([[:word:]\.-\/]+)$/
VERSION =
"0.1.1"