Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #392 from OfficeDev/jahnp/nuget-path-updates
Browse files Browse the repository at this point in the history
Update NuGet package structure to conform with other Office packages
  • Loading branch information
Mike Wheaton committed Mar 2, 2016
2 parents b9ea1b9 + 65acf9c commit a32f3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gulp/modules/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ var Config = function() {
outputDir: this.paths.distPackages
};
this.nugetPaths = [
{src: this.paths.distCSS, dest: "/content/"},
{src: this.paths.distSass, dest: "/content/sass/"},
{src: this.paths.distJS, dest: "/scripts/"}
{src: this.paths.distCSS, dest: "/content/Content/"},
{src: this.paths.distSass, dest: "/content/Content/sass/"},
{src: this.paths.distJS, dest: "/content/Scripts/"}
];
this.componentSamplesUpdate = "Components Samples updated successfully! Yay!";
this.componentSamplesFinished = ' Component Samples build was successful! Yay!';
Expand Down

0 comments on commit a32f3ea

Please sign in to comment.