Skip to content

Instantly share code, notes, and snippets.

@jquintozamora
Created May 20, 2016 14:01
Show Gist options
  • Save jquintozamora/a389695630a6b77da7c53a113808f430 to your computer and use it in GitHub Desktop.
Save jquintozamora/a389695630a6b77da7c53a113808f430 to your computer and use it in GitHub Desktop.
<?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