Skip to content

Commit

Permalink
Merge pull request OfficeDev#318 from OfficeDev/jahnp/nuget-updates
Browse files Browse the repository at this point in the history
Jahnp/nuget updates
  • Loading branch information
wdo3650 committed Feb 5, 2016
2 parents 5efb66d + a9a2cf1 commit 1641fff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gulp/modules/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ var Config = function() {
outputDir: this.paths.distPackages
};
this.nugetPaths = [
{src: this.paths.distComponents, dest: "/content/components/"},
{src: this.paths.distCSS, dest: "/content/css/"},
{src: this.paths.distJS, dest: "/content/scripts/"},
{src: this.paths.distSass, dest: "/content/sass/"}
{src: this.paths.distCSS, dest: "/content/"},
{src: this.paths.distSass, dest: "/content/sass/"},
{src: this.paths.distJS, dest: "/scripts/"}
];
this.componentSamplesUpdate = "Components Samples updated successfully! Yay!";
this.componentSamplesFinished = ' Component Samples build was successful! Yay!';
Expand Down

0 comments on commit 1641fff

Please sign in to comment.