Skip to content

Commit 76925c3

Browse files
author
Adam Bradley
committed
rebuild v1.4.1
1 parent be4aa89 commit 76925c3

File tree

6 files changed

+554
-1659
lines changed

6 files changed

+554
-1659
lines changed

builder/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def generate_css_from_scss(data):
101101
css_file_path = os.path.join(CSS_FOLDER_PATH, 'ionicons.css')
102102
css_min_file_path = os.path.join(CSS_FOLDER_PATH, 'ionicons.min.css')
103103

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

107107
print "Generate Minified CSS From SCSS"

0 commit comments

Comments
 (0)