Skip to content

Instantly share code, notes, and snippets.

@Rendez
Created January 3, 2011 00:54
Show Gist options
  • Save Rendez/762983 to your computer and use it in GitHub Desktop.
Save Rendez/762983 to your computer and use it in GitHub Desktop.
<route name="index">
<fileset metatype="style">
<file name="screen">%com.domain.styles%/screen.css</file>
<file name="print">%com.domain.styles%/print.css</file>
</fileset>
<fileset metatype="script">
<files>
<file name="mootools">http://code.google.com/p/mootools/mootools-1.3.js</file>
<file name="base">%com.domain.scripts%/base.js</file>
</files>
</fileset>
</route>
@Rendez
Copy link
Author

Rendez commented Jan 3, 2011

Line 2: available metatypes are style and script, to add a new one extend the XML Schema Definition static_files.xsd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment