Skip to content

Commit

Permalink
Merge pull request symfony#103 from mkraemer/loadpath-setter
Browse files Browse the repository at this point in the history
Loadpath setter
  • Loading branch information
stof committed Aug 1, 2012
2 parents 24df9ed + ff73056 commit 0c09207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/config/filters/compass.xml
Expand Up @@ -16,6 +16,7 @@
<parameter key="assetic.filter.compass.generated_images_path">null</parameter>
<parameter key="assetic.filter.compass.http_javascripts_path">null</parameter>
<parameter key="assetic.filter.compass.plugins" type="collection" />
<parameter key="assetic.filter.compass.load_paths" type="collection" />
</parameters>

<services>
Expand All @@ -32,6 +33,7 @@
<call method="setGeneratedImagesPath"><argument>%assetic.filter.compass.generated_images_path%</argument></call>
<call method="setHttpJavascriptsPath"><argument>%assetic.filter.compass.http_javascripts_path%</argument></call>
<call method="setPlugins"><argument>%assetic.filter.compass.plugins%</argument></call>
<call method="setLoadPaths"><argument>%assetic.filter.compass.load_paths%</argument></call>
</service>
</services>
</container>

0 comments on commit 0c09207

Please sign in to comment.