diff --git a/bin/compile b/bin/compile index 130e10c..2aeb8bb 100755 --- a/bin/compile +++ b/bin/compile @@ -58,6 +58,9 @@ bpwatch start compile # Syntax sugar. source $BIN_DIR/utils +# Import collection of warnings. +source $BIN_DIR/warnings + # Directory Hacks for path consistiency. APP_DIR='/app' TMP_APP_DIR=$CACHE_DIR/tmp_app_dir diff --git a/bin/utils b/bin/utils index 8b6d391..2853f6d 100755 --- a/bin/utils +++ b/bin/utils @@ -101,3 +101,7 @@ sub-env() { ) } + +# Import collection of warnings. +source $BIN_DIR/warnings. +