From 694c227314e60c57bcad3f78a61df6cbc46ce1c7 Mon Sep 17 00:00:00 2001 From: lulalala Date: Tue, 7 Aug 2012 11:50:41 +0800 Subject: For adding non css/js files to precompile array --- guides/source/asset_pipeline.textile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guides/source/asset_pipeline.textile') diff --git a/guides/source/asset_pipeline.textile b/guides/source/asset_pipeline.textile index 42b5d102e7..d0d1ab137c 100644 --- a/guides/source/asset_pipeline.textile +++ b/guides/source/asset_pipeline.textile @@ -443,6 +443,8 @@ If you have other manifests or individual stylesheets and JavaScript files to in config.assets.precompile += ['admin.js', 'admin.css', 'swfObject.js'] +NOTE. Always specify an expected compiled filename that ends with js or css, even if you want to add Sass or CoffeeScript files to the precompile array. + The rake task also generates a +manifest.yml+ that contains a list with all your assets and their respective fingerprints. This is used by the Rails helper methods to avoid handing the mapping requests back to Sprockets. A typical manifest file looks like: -- cgit v1.2.3