Skip to content

Commit

Permalink
2.4.4 - final
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed Mar 6, 2018
1 parent 3c16c9d commit b0ad2bc
Show file tree
Hide file tree
Showing 17 changed files with 416 additions and 3,810 deletions.
432 changes: 1 addition & 431 deletions generators/app/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generators/app/templates/README.md
Expand Up @@ -71,7 +71,7 @@ This will automatically deploy your files to Azure, download the npm pacakges, b
7. In your tab folder initialize a Git repository using `git init`
8. Build the solution using `gulp build` to make sure you don't have any errors
9. Commit all your files using `git add -A && git commit -m "Initial commit"`
10. Run the following command to set up the remote repository: `git remote add azure https://<username>@<%=libraryName%>.scm.azurewebsites.net:443/<%=libraryName%>.git`. You need to replace <username> with the name of the user you set up in _Deployment Credentials_. You can also copy the URL from *Options* in the Azure Web App.
10. Run the following command to set up the remote repository: `git remote add azure https://<username>@<%=websitePrefix%>.scm.azurewebsites.net:443/<%=websitePrefix%>.git`. You need to replace <username> with the name of the user you set up in _Deployment Credentials_. You can also copy the URL from *Options* in the Azure Web App.
11. To push your code use to Azure use the following command: `git push azure master`, you will be asked for your credentials the first time
12. Wait until the deployment is completed and navigate to <%= host %>/privacy.html to test that the web application is running
13. Done
Expand Down
6 changes: 1 addition & 5 deletions generators/app/templates/gulpfile.js
@@ -1,11 +1,7 @@
<<<<<<< HEAD
// Copyright (c) Wictor Wilén. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

'use strict'
=======
>>>>>>> preview
var gulp = require('gulp');
var webpack = require('webpack');
var inject = require('gulp-inject');
Expand Down Expand Up @@ -38,7 +34,7 @@ gulp.task('watch', function () {
gulp.task('manifest', () => {
// TODO: add version injection here
gulp.src(manifestFiles)
.pipe(zip('p1.zip'))
.pipe(zip('<%=solutionName%>.zip'))
.pipe(gulp.dest('package'))
});

Expand Down
344 changes: 1 addition & 343 deletions generators/bot/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generators/connector/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0ad2bc

Please sign in to comment.