Module: Breakfast

Defined in:
lib/breakfast.rb,
lib/breakfast/version.rb,
lib/breakfast/view_helper.rb,
lib/breakfast/brunch_watcher.rb,
lib/breakfast/status_channel.rb,
lib/breakfast/live_reload_channel.rb,
lib/breakfast/compilation_listener.rb,
lib/generators/breakfast/install_generator.rb

Defined Under Namespace

Modules: Generators, ViewHelper Classes: BrunchWatcher, CompilationListener, LiveReloadChannel, StatusChannel

Constant Summary collapse

STATUS_CHANNEL =
"breakfast_status".freeze
RELOAD_CHANNEL =
"breakfast_live_reload".freeze
VERSION =
"0.3.0"