Parcourir la source

Use 'open' for OS X

Swaroop C H il y a 12 ans
Parent
commit
25a540e992
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      fabfile.py

+ 1 - 1
fabfile.py

@@ -335,7 +335,7 @@ def html():
             '-s',
             '--toc'] + [i['file'] for i in CONFIG['MARKDOWN_FILES']]
     local(' '.join(args))
-    local('firefox -new-tab {}.html'.format(CONFIG['FULL_PROJECT_NAME']))
+    local('open {}.html'.format(CONFIG['FULL_PROJECT_NAME']))
 
 
 @task