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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -