first commit
This commit is contained in:
9
node_modules/.bin/minifyfromhtml
generated
vendored
Normal file
9
node_modules/.bin/minifyfromhtml
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
"$basedir/../minifyfromhtml/minifyfromhtml.js" "$@"
|
||||
exit $?
|
Reference in New Issue
Block a user