Skip to content

Commit

Permalink
Only update the data files for companyinfo, then we don't need to run…
Browse files Browse the repository at this point in the history
… all the asset tasks again.
  • Loading branch information
lewisnyman committed Dec 12, 2014
1 parent a4bc800 commit 38c3c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -46,7 +46,7 @@ gulp.task('companies', function () {
// Build companies page
gulp.task('companyinfo', function () {
return gulp.src('')
.pipe(shell(['./companies.rb --update-all > ../../dist/companies.html'], { 'cwd': './app/bin'}));
.pipe(shell(['./companies.rb --update-all'], { 'cwd': './app/bin'}));
});

// Build json data
Expand Down

0 comments on commit 38c3c6e

Please sign in to comment.