Skip to content

Instantly share code, notes, and snippets.

@hugoabernier
Last active May 9, 2018 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugoabernier/bb070c23a6a3a4205233b11c4b20a25c to your computer and use it in GitHub Desktop.
Save hugoabernier/bb070c23a6a3a4205233b11c4b20a25c to your computer and use it in GitHub Desktop.
{
"$schema": "https://dev.office.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"https": true,
"serveConfigurations": {
"default": {
"pageUrl": "https://contoso.sharepoint.com/SitePages/Home.aspx",
"customActions": {
"fcea9230-7f22-45b7-815c-081a49474611": {
"location": "ClientSideExtension.ApplicationCustomizer",
"properties": {
"cssurl": "/Style%20Library/custom.css"
}
}
}
},
"injectCss": {
"pageUrl": "https://contoso.sharepoint.com/SitePages/Home.aspx",
"customActions": {
"fcea9230-7f22-45b7-815c-081a49474611": {
"location": "ClientSideExtension.ApplicationCustomizer",
"properties": {
"cssurl": "/Style%20Library/custom.css"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment