Sha256: a65983aebc80e51f4b76f209c760a9bb50aa2e716e5dfdaaefe9b3ffcfd5d87c
Contents?: true
Size: 734 Bytes
Versions: 1
Compression:
Stored size: 734 Bytes
Contents
// This file is automatically compiled by Webpack, along with any other files // present in this directory. You're encouraged to place your actual application // logic in a relevant structure within app/javascript and only use these pack // files to reference that code so it'll be compiled. // import 'core-js/stable' // import 'regenerator-runtime/runtime' // Uncomment to copy all static images under ../images to the output folder // and reference them with the image_pack_tag helper in views or the // `imagePath` JavaScript helper below. // // const images = require.context('../images', true) // const imagePath = (name) => images(name, true) import "../javascript/<%= app_name %>"; import "../stylesheets/<%= app_name %>";
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
practical-pig-1.0.0 | lib/template/app/assets/packs/application.js.tt |