Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waldekmastykarz/sample-yooffice-bundles
Extend an Office add-in generated using the Yeoman Office Generator with additional optimization tasks
https://github.com/waldekmastykarz/sample-yooffice-bundles
Last synced: 28 days ago
JSON representation
Extend an Office add-in generated using the Yeoman Office Generator with additional optimization tasks
- Host: GitHub
- URL: https://github.com/waldekmastykarz/sample-yooffice-bundles
- Owner: waldekmastykarz
- Created: 2016-02-10T10:03:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T10:27:01.000Z (over 8 years ago)
- Last Synced: 2024-04-23T14:10:37.717Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimizing Office web apps and add-ins for release with Gulp
When building Office web applications and add-ins there comes the time where they are ready for release. What's good for development however, isn't necessarily leading to best performance. Luckily using Gulp you can pretty easily improve your solution's performance.
This sample illustrates how you can extend an Office add-in generated using the Yeoman Office Generator with the additional optimization tasks.
## Running this sample
1. Clone this repository
1. Register a new web application in your Azure Active Directory
1. Copy the application ID and paste it in the `app/app.config.js` file
1. Upload the `manifest-my-office-project.xml` file to your Office catalog
1. Run the **serve-dist** Gulp task to run the optimized version of the add-in
1. Insert the add-in to an Office document