Skip to content

Commit

Permalink
rebuild v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Feb 2, 2014
1 parent be4aa89 commit 76925c3
Show file tree
Hide file tree
Showing 6 changed files with 554 additions and 1,659 deletions.
2 changes: 1 addition & 1 deletion builder/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def generate_css_from_scss(data):
css_file_path = os.path.join(CSS_FOLDER_PATH, 'ionicons.css')
css_min_file_path = os.path.join(CSS_FOLDER_PATH, 'ionicons.min.css')

cmd = "sass %s %s" % (scss_file_path, css_file_path)
cmd = "sass %s %s --style compact" % (scss_file_path, css_file_path)
call(cmd, shell=True)

print "Generate Minified CSS From SCSS"
Expand Down
Loading

0 comments on commit 76925c3

Please sign in to comment.