class RailsAssetslessContainer::Strategy::Base
Constants
- SAVE_MSG
- WRITE_MSG
Public Instance Methods
after_sprockets(_path)
click to toggle source
# File lib/rails_assetsless_container/strategy/base.rb, line 10 def after_sprockets(_path) raise NotImplementedError, SAVE_MSG end
after_webpacker(_path)
click to toggle source
# File lib/rails_assetsless_container/strategy/base.rb, line 14 def after_webpacker(_path) raise NotImplementedError, SAVE_MSG end
write_sprockets_manifest(_path)
click to toggle source
# File lib/rails_assetsless_container/strategy/base.rb, line 18 def write_sprockets_manifest(_path) raise NotImplementedError, WRITE_MSG end
write_webpacker_manifest(_path)
click to toggle source
# File lib/rails_assetsless_container/strategy/base.rb, line 22 def write_webpacker_manifest(_path) raise NotImplementedError, WRITE_MSG end