mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
displays error when coffee-script is not installed
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
hash coffee 2>&- || { echo >&2 "error: Coffee is required but it's not installed (http://jashkenas.github.com/coffee-script/)."; exit 1; }
|
||||
|
||||
PATH="$PATH:/usr/local/bin/"
|
||||
coffee -o "$BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Resources/" HTML/*.coffee
|
||||
|
||||
Reference in New Issue
Block a user