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
Post a Comment