-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
passing add-in url via dist gulp task using --url parameter #167
Conversation
add gulp-replace to devdependecy tests
Hi @jthake , Amr |
@beth-panx I see that this repo got more love recently which is great , I have this PR sitting still for around 4 months now . Amr |
Hi @ministainer I am working on reviewing pull requests as well as closing issues.. We are currently on the stage of prioritizing some of the works that needs to be done. This is def on my task list :) |
@@ -1,6 +1,8 @@ | |||
'use script'; | |||
|
|||
var gulp = require('gulp'); | |||
var replace=require('gulp-replace'); | |||
var argv = require('yargs').argv; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this package be added to package.json?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@beth-panx it should let me add it and update tests as well
passing add-in url via dist gulp task using --url parameter
examples :
gulp dist --url https://myserver.local/
gulp dist --url https://myaddin.azurewebsites.net/