How does rails 4 know which manifest file to use? -


there used single manifest.yml file. have multiple manifest-*.json files. how rails know 1 use?

according sprockets source, picks first one. see line 50 here: https://github.com/sstephenson/sprockets/blob/master/lib/sprockets/manifest.rb


Comments