Skip to content

Commit

Permalink
Update developer-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thenikhilk committed Nov 7, 2019
1 parent 176452b commit cb6251e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion documentation/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@ gulp bundle --ship
gulp package-solution --ship
```

**OR**

``` powershell
npm run package
```

Files to deploy will be available at path `temp\deploy` and the package(*.sppkg) will be available at `sharepoint\solution` path.

Make sure to update the `cdnBasePath` at `config\write-manifests.json` before deployment to the location where you have deployed your assets.

Additional info for deployment is available at [link](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/deploy-web-part-to-cdn "link").

SPFx Documentation: [link](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview "link")
SPFx Documentation: [link](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview "link")

0 comments on commit cb6251e

Please sign in to comment.