Rails files introduction

Imp Link ::   https://www.freecodecamp.org/news/what-happens-when-you-run-rails-new/


 1. config/manifest.js --

These manifest files contain directives — instructions that tell Sprockets which files to require in order to build a single CSS or JavaScript file. With these directives, Sprockets loads the files specified, processes them if necessary, concatenates them into one single file and then compresses them (if Rails.


2. package.json file ::


Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5