Sha256: 0f24fc53fc6c2956ef620297ac0a40beb23d9f90bef08cf5a4e981c34fcecf13
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
<!DOCTYPE html> <html> <head> <%%= csrf_meta_tags %> <%%= stylesheet_link_tag "webpack-application", media: :all %> </head> <body> <%%= yield %> <%%= javascript_include_tag "webpack-application" %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webpack_on_rails-0.1.0 | lib/generators/webpack_on_rails/templates/app/views/layouts/webpacks.html.erb |