Skip to content

Commit

Permalink
fix(styleguide): fix styleguide vars
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogarin committed Sep 22, 2016
1 parent fdd41d6 commit 3539f0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/styleguide.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var exec = require('child_process').exec,
epiq_dir = '../../../../../../profiles/recruiter/themes/epiq';

var cmd = 'cd node_modules/recruiter_epiq_deps && gulp styleguide-kss --epiq_dir ' + epiq_dir;
epiq_dir = '../../../../../../profiles/recruiter/themes/epiq'
cmd = 'cd node_modules/recruiter_epiq_deps && gulp styleguide-kss --epiq_dir ' + epiq_dir;

exec(cmd, function (error, stdout, stderr) {
// command output is in stdout
Expand Down

0 comments on commit 3539f0e

Please sign in to comment.