Skip to content

Commit

Permalink
Merge pull request #17 from dabapps/pad-process-names
Browse files Browse the repository at this point in the history
Pad process names
  • Loading branch information
JakeSidSmith authored May 12, 2017
2 parents 97dc297 + 791c687 commit 484d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p docs/build/css/

concurrently --kill-others \
--prefix='name' \
--names='watch-less,watch-js,livereload,http-server' \
--names='watch-less ,watch-js ,livereload ,http-server' \
--prefix-colors='cyan,red,magenta,green' \
'watch-less-do-more -u autoprefixer -i docs/src/less/index.less -o docs/build/css/index.css' \
'LIVERELOAD=true watchify -d -t envify docs/src/ts/index.tsx -p [tsify] -o docs/build/js/index.js -v' \
Expand Down

0 comments on commit 484d164

Please sign in to comment.