gruntjs - Using NuGet packager with Grunt output in TeamCity -


in teamcity build configuration, have grunt step generates our app's index.html index.template.html in source control.

in next step, create nuget package , deploy it.the nuget package should contain newly generated index.html.

but:

  • if put index.html file in source control , have overriden grunt in teamcity checkout folder, nuget packager use source control version , not grunt-generated version

  • if remove index.html source control, nuget packager not put in output .nupkg file @ all

what right way things in case?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -