From 4fb6527e2c8d0c5dd670cc3d9a6184efc8055938 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 11 Apr 2012 22:39:36 +0530 Subject: Revert "add instructions for adding additional manifests" This reverts commit f28f1d70b3f3dd9f694067f7cab2e717e302ee2b. Reason: This is already covered in this guide elsewhere. --- guides/source/asset_pipeline.textile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'guides') diff --git a/guides/source/asset_pipeline.textile b/guides/source/asset_pipeline.textile index a8d0ac3077..982c4aa096 100644 --- a/guides/source/asset_pipeline.textile +++ b/guides/source/asset_pipeline.textile @@ -290,11 +290,7 @@ In this example +require_self+ is used. This puts the CSS contained within the f NOTE. If you want to use multiple Sass files, you should generally use the "Sass +@import+ rule":http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#import instead of these Sprockets directives. Using Sprockets directives all Sass files exist within their own scope, making variables or mixins only available within the document they were defined in. -You can have as many manifest files as you need. For example the +admin.css+ and +admin.js+ manifest could contain the JS and CSS files that are used for the admin section of an application. In order for the pipeline to know about the additional manifest, it has to be added to application.rb. - - -config.assets.precompile += %w( admin.css ) - +You can have as many manifest files as you need. For example the +admin.css+ and +admin.js+ manifest could contain the JS and CSS files that are used for the admin section of an application. The same remarks about ordering made above apply. In particular, you can specify individual files and they are compiled in the order specified. For example, you might concatenate three CSS files together this way: -- cgit v1.2.3