lib/hyperstack-config.rb in hyperstack-config-1.0.alpha1.4 vs lib/hyperstack-config.rb in hyperstack-config-1.0.alpha1.5
- old
+ new
@@ -36,9 +36,10 @@
require 'hyperstack/active_support_string_inquirer.rb' unless defined? ActiveSupport
require 'hyperstack/env'
require 'hyperstack/on_error'
Hyperstack.define_setting :hotloader_port, 25222
Hyperstack.define_setting :hotloader_ping, nil
+ Hyperstack.define_setting :hotloader_ignore_callback_mapping, false
Hyperstack.import 'opal', gem: true
Hyperstack.import 'browser', client_only: true
Hyperstack.import 'hyperstack-config', gem: true
Hyperstack.import 'hyperstack/autoloader'
Hyperstack.import 'hyperstack/autoloader_starter'