- Support php 7 and 5.6

- Support TypeScript
This commit is contained in:
Arnie
2018-12-19 06:41:08 +01:00
parent eb03df7e66
commit 3e5427a95b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ __initVariables() {
CSS_FILES+=("${1}")
fi
;;
*.js|*.jsx)
*.js|*.jsx|*.ts)
__path_exists "${1}"
if [[ $? -ne 0 ]]; then
__err "Specified path does not exist: ${1}"