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

Commit

Permalink
feat(build): only start a server when the local folder is used
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjanssen committed Oct 9, 2014
1 parent 0f13e9d commit 1548ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ module.exports = function (grunt) {
'karma:unit',
'nodeunit',
'connect:livereload',
'concurrent'
userConfig.shop_data_dir === 'local' ? 'concurrent' : 'delta'
]);

/**
Expand Down

0 comments on commit 1548ca0

Please sign in to comment.