File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ruby/rails-hyperstack/lib/generators/hyperstack Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,19 +185,19 @@ def report
185185 private
186186
187187 def skip_adding_component?
188- options [ 'hotloader-only' ] || options [ 'webpack' ] || options [ 'hyper-model-only' ]
188+ options [ 'hotloader-only' ] || options [ 'webpack-only ' ] || options [ 'hyper-model-only' ]
189189 end
190190
191191 def skip_hotloader?
192- options [ 'skip-hotloader' ] || options [ 'webpack' ] || options [ 'hyper-model-only' ]
192+ options [ 'skip-hotloader' ] || options [ 'webpack-only ' ] || options [ 'hyper-model-only' ]
193193 end
194194
195195 def skip_webpack?
196196 options [ 'hotloader-only' ] || options [ 'skip-webpack' ] || options [ 'hyper-model-only' ]
197197 end
198198
199199 def skip_hyper_model?
200- options [ 'hotloader-only' ] || options [ 'webpack' ] || options [ 'skip-hyper-model' ]
200+ options [ 'hotloader-only' ] || options [ 'webpack-only ' ] || options [ 'skip-hyper-model' ]
201201 end
202202
203203 def inject_into_initializer ( s )
You can’t perform that action at this time.
0 commit comments