SPFx Automatically Generating Revision Numbers
I like automatic revision numbers while I’m developing. I don’t have to manually be making changes while pushing packages out and [...]
I like automatic revision numbers while I’m developing. I don’t have to manually be making changes while pushing packages out and [...]
Update 2/26/2020 – due to the comments I’ve posted a github project that you can check out to help. https://github.com/tom-daly/spfx-trim-ribbon What I’m about to show you is a technique [...]
This little script saves me thousands of keystrokes and hours of wasted time while building SPFx (SharePoint Framework) solutions. Generating a production level build is one of the most annoying parts [...]
Starting February 14th, 2018 – Microsoft will push an update to a tiny, but very important, piece of code in all your master pages. They will be changing the default document model from Internet [...]
In this article we’ll pick up where we left off in Part 1 and begin the creation of a gulpfile.js. This file will provide the instructions to our build process. Gulp will be watching our files for [...]
For the past year or so I’ve been developing and building branding assets in Visual Studio Code for my Office 365 projects. Not only just creating and building assets in VS Code but I’ve build [...]
I found this so strange that I had to post something about it. It’s really easy to change the site logo for a Modern Communication site. The menus are very straight forward to change the logo, you [...]
Introduction I’m typically asked quite often on how I can attach global CSS or javascript like jQuery to my SharePoint / Office 365 site. [...]
I stumbled across an issue last week where a client was reporting that the custom branding broke the print functionality of their Nintex forms. [...]
During my last project we were asked to create a fairly simple site template on Office 365. I typically cringe when I hear the word site definition / site template or web template. The reason goes way [...]
Here’s a quick little snippet of CSS if you are trying to hide the Newsfeed, OneDrive or Sites from the Waffle Menu in SharePoint 2016. If you are looking to do this in the Ribbon for SharePoint [...]