benjamincharity
6/5/2017 - 1:15 PM

Copy and rename a file from the command line (for use in NPM script). Requires https://github.com/mysticatea/cpx

Copy and rename a file from the command line (for use in NPM script). Requires https://github.com/mysticatea/cpx

node_modules/.bin/cpx dist/*.css styleguide && for f in styleguide/*.css; do mv \"$f\" \"styleguide/raw-styles.css\"; done