Created
May 20, 2016 14:01
-
-
Save jquintozamora/a389695630a6b77da7c53a113808f430 to your computer and use it in GitHub Desktop.
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" encoding="utf-8"?> | |
<Elements xmlns="http://schemas.microsoft.com/sharepoint/"> | |
<Module Name="MO_Assets" Url="Style Library" RootWebOnly="TRUE"> | |
<!-- Non-themed CSS--> | |
<File ReplaceContent="TRUE" | |
Type="GhostableInLibrary" | |
IgnoreIfAlreadyExists="FALSE" | |
Level="Published" | |
Path="MO_Assets\Styles\Output\JQ.MasterPage.min.css" | |
Url="Styles/JQ.MasterPage.min.css" /> | |
</Module> | |
<Module Name="MO_Assets_Themable" Url="Style Library/en-us/themable" RootWebOnly="TRUE"> | |
<!--Themable CSS--> | |
<File ReplaceContent="TRUE" | |
Type="GhostableInLibrary" | |
IgnoreIfAlreadyExists="FALSE" | |
Level="Published" | |
Path="MO_Assets\Styles\Output\JQ.Themable.min.css" | |
Url="JQ.Themable.min.css" /> | |
</Module> | |
</Elements> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment