Skip to content

Instantly share code, notes, and snippets.

@ms2sato
Created August 31, 2016 10:03
Show Gist options
  • Save ms2sato/a97a9e62d93326aeaff7bf7d968ec511 to your computer and use it in GitHub Desktop.
Save ms2sato/a97a9e62d93326aeaff7bf7d968ec511 to your computer and use it in GitHub Desktop.
CSScombをとりあえずapp/assetsの中に当ててみたスクリプト
# !/bin/sh
for FILE in `find app/assets -type f -name *.scss`
do
$(npm bin)/csscomb ${FILE}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment