update docs for missing manifest file
This commit is contained in:
parent
b263bfdcaf
commit
bac8667fb4
@ -174,10 +174,13 @@ You may also see some real manifest files here:
|
|||||||
|
|
||||||
### Manifest Declarations
|
### Manifest Declarations
|
||||||
|
|
||||||
|
|
||||||
**Easy Mode:** If you just have some basic files and nothing fancy going on, simply place this line in your manifest:
|
**Easy Mode:** If you just have some basic files and nothing fancy going on, simply place this line in your manifest:
|
||||||
|
|
||||||
discover :all
|
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.
|
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
|
discover :javascripts
|
||||||
|
Loading…
Reference in New Issue
Block a user