Module: Breakfast

Defined in:
lib/breakfast.rb,
lib/breakfast/railtie.rb,
lib/breakfast/version.rb,
lib/breakfast/manifest.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, LocalEnvironment, Manifest, Railtie, StatusChannel

Constant Summary collapse

STATUS_CHANNEL =
"breakfast_status".freeze
RELOAD_CHANNEL =
"breakfast_live_reload".freeze
BUILD_COMMAND =
"./node_modules/brunch/bin/brunch build".freeze
PRODUCTION_BUILD_COMMAND =
"./node_modules/brunch/bin/brunch build --production".freeze
VERSION =
"0.4.0"