Skip to content

Commit

Permalink
Merge pull request #193 from OfficeDev/pre-release-check
Browse files Browse the repository at this point in the history
Pre release updates
  • Loading branch information
beth-panx authored Oct 27, 2016
2 parents b4cc902 + 2b57bda commit 50920ac
Show file tree
Hide file tree
Showing 23 changed files with 43 additions and 39 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ $ gulp serve-static

You can add the `open` property set to a URL to have your default browser open & navigate to when running this task.

## Validate manifest.xml

Refer to the docs on [Add-in manifests](https://dev.office.com/docs/add-ins/overview/add-in-manifests) for information of manifest validation.

## Examples

Refer to the [docs](docs) for example executions & output of the generator.
Expand Down
2 changes: 1 addition & 1 deletion generators/content/templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-clean-css": "^2.0.13",
"gulp-replace": "^0.5.4",
"yargs": "^3.24.0",
"gulp-task-listing": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions generators/content/templates/html/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title></title>
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js"></script>
<link href="content/Office.css" rel="stylesheet" type="text/css" />
<link href="bower_components/microsoft.office.js/concent/officethemes.css" rel="stylesheet" type="text/css" />
<link href="/content/Office.css" rel="stylesheet" type="text/css" />
<link href="/bower_components/microsoft.office.js/concent/officethemes.css" rel="stylesheet" type="text/css" />
<link href="//appsforoffice.microsoft.com/fabric/1.0/fabric.min.css" rel="stylesheet">
<link href="//appsforoffice.microsoft.com/fabric/1.0/fabric.components.min.css" rel="stylesheet">
<script src="//appsforoffice.microsoft.com/lib/1/hosted/office.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion generators/mail/templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-clean-css": "^2.0.13",
"gulp-replace": "^0.5.4",
"yargs": "^3.24.0",
"gulp-task-listing": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion generators/taskpane/templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-clean-css": "^2.0.13",
"gulp-replace": "^0.5.4",
"yargs": "^3.24.0",
"gulp-task-listing": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions test/content/existingproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ describe('office:content', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
"yargs": "^3.24.0",
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down Expand Up @@ -181,7 +181,7 @@ describe('office:content', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down
4 changes: 2 additions & 2 deletions test/content/existingproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -185,7 +185,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down
4 changes: 2 additions & 2 deletions test/content/existingproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -190,7 +190,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down
4 changes: 2 additions & 2 deletions test/content/newproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -172,7 +172,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down
4 changes: 2 additions & 2 deletions test/content/newproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -174,7 +174,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down
4 changes: 2 additions & 2 deletions test/content/newproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('office:content', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down
4 changes: 2 additions & 2 deletions test/mail/existingproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -198,7 +198,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down
4 changes: 2 additions & 2 deletions test/mail/existingproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -215,7 +215,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down
4 changes: 2 additions & 2 deletions test/mail/existingproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -222,7 +222,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down
4 changes: 2 additions & 2 deletions test/mail/newproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -192,7 +192,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down
4 changes: 2 additions & 2 deletions test/mail/newproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -208,7 +208,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down
4 changes: 2 additions & 2 deletions test/mail/newproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -215,7 +215,7 @@ describe('office:mail', function () {
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/existingproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe('office:taskpane', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/existingproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ describe('office:taskpane', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/existingproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('office:taskpane', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-task-listing': '^1.0.1',
'gulp-uglify': '^1.5.1',
'gulp-webserver': '^0.9.1',
Expand Down
4 changes: 2 additions & 2 deletions test/taskpane/newproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('office:taskpane', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -173,7 +173,7 @@ describe('office:taskpane', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down
4 changes: 2 additions & 2 deletions test/taskpane/newproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('office:taskpane', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -175,7 +175,7 @@ describe('office:taskpane', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down
4 changes: 2 additions & 2 deletions test/taskpane/newproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('office:taskpane', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down Expand Up @@ -180,7 +180,7 @@ describe('office:taskpane', function(){
del: '^2.1.0',
gulp: '^3.9.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.2',
'gulp-clean-css': '^2.0.13',
'gulp-replace': '^0.5.4',
'yargs': '^3.24.0',
'gulp-task-listing': '^1.0.1',
Expand Down

0 comments on commit 50920ac

Please sign in to comment.