Created
August 9, 2011 04:43
-
-
Save bkono/1133427 to your computer and use it in GitHub Desktop.
mash.chirp.config -- Default Application and Vendor files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root | |
xmlns="urn:ChirpyConfig" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="urn:ChirpyConfig chirp.xsd"> | |
<FileGroup Name="public/css/application.css" Minify="false"> | |
<Folder Pattern="assets/css/*.min.css" /> | |
</FileGroup> | |
<FileGroup Name="public/css/vendor.css" Minify="false"> | |
<Folder Pattern="vendor/css/*.min.css" /> | |
</FileGroup> | |
<FileGroup Name="public/js/application.js" Minify="false"> | |
<Folder Pattern="assets/js/*.min.js" /> | |
</FileGroup> | |
<FileGroup Name="public/js/vendor.js" Minify="false"> | |
<Folder Pattern="vendor/js/*.min.js" /> | |
</FileGroup> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment