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
Post a Comment