All files under `app/assets/javascripts/scripts` will be run through babel, given sourcemaps, and output under `/assets/{name}.js`. This is another step towards removing our sprockets dependence.
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
document.addEventListener("DOMContentLoaded", function () {
|
|
window.print();
|
|
});
|