Skip to content

Instantly share code, notes, and snippets.

@rafkhan
Last active December 10, 2015 17:58
Show Gist options
  • Save rafkhan/4471006 to your computer and use it in GitHub Desktop.
Save rafkhan/4471006 to your computer and use it in GitHub Desktop.
JOSH SUCKS
import os
os.chdir("src")
for fl in filter(lambda f: os.path.isfile(f), os.listdir("./")):
print("Compiling: " + fl)
os.system("lessc " + fl + " > ../css/" + fl[:-5] + ".css")
@rafkhan
Copy link
Author

rafkhan commented Jan 6, 2013

josh sucks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment