Skip to content

Instantly share code, notes, and snippets.

@efazati
Last active August 29, 2015 14:03
Show Gist options
  • Save efazati/0d35ffc4d3ebc20e2d78 to your computer and use it in GitHub Desktop.
Save efazati/0d35ffc4d3ebc20e2d78 to your computer and use it in GitHub Desktop.
compile all less fiels
for file in *.less; do
lessc "$files" "${files%.less}.css"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment