Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
set dnu resore before bower restore in intialize target
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas committed Jan 2, 2016
1 parent 82b3e33 commit 9fbc492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _goals.shade
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ default NUGET_FEED = 'https://api.nuget.org/v3/index.json'
var bowerDirs = '${GetDirectoriesContaining(Directory.GetCurrentDirectory(), "bower.json")}'
bower each='var bowerDir in bowerDirs' bowerCommand='install ${E("KOREBUILD_BOWER_INSTALL_OPTIONS")}'

#run-gulp .restore-npm-modules .restore-bower-components .repo-initialize target='initialize'
#run-gulp .restore-npm-modules .repo-initialize .restore-bower-components target='initialize'
-// Find all dirs that contain a gulpfile.js file
var gulpDirs = '${GetDirectoriesContaining(Directory.GetCurrentDirectory(), "gulpfile.js")}'
gulp each='var gulpDir in gulpDirs'
Expand Down

0 comments on commit 9fbc492

Please sign in to comment.