Skip to content

Instantly share code, notes, and snippets.

@simongcc
Created September 22, 2016 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simongcc/e225d2e8a6e9c3775ad7372d5fda8005 to your computer and use it in GitHub Desktop.
Save simongcc/e225d2e8a6e9c3775ad7372d5fda8005 to your computer and use it in GitHub Desktop.
@echo off
rem create compass config.rb and necessary folders
set file=config.rb
set project=%1
set lang=tc
if not exist "_source" mkdir _source
if not exist "%project%/js" mkdir js
if not exist "%project%/%lang%/css" mkdir css
if not exist "%project%/%lang%/img" mkdir img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment