update docs for missing manifest file

This commit is contained in:
tka 2011-12-20 00:48:20 +08:00 committed by tka lu
parent b263bfdcaf
commit bac8667fb4

View File

@ -174,10 +174,13 @@ You may also see some real manifest files here:
### Manifest Declarations
**Easy Mode:** If you just have some basic files and nothing fancy going on, simply place this line in your manifest:
discover :all
If the file is missing `discover :all` is the default
This will cause compass to find all the files in your template and use the files' extension to determine where they should go. Alternatively, you can request that compass only discover files of a certain type. For example, the following will only discover javascript and image assets, you could then declare other file types on your own.
discover :javascripts