From: Daniel Carl Date: Fri, 2 Jun 2017 21:17:44 +0000 (+0200) Subject: Adapt comment to fit the js2h logic. X-Git-Url: https://git.owens.tech/projects.html/projects.html/git?a=commitdiff_plain;h=981931d5c11402255241241946c8414fe2b02a68;p=vimb.git Adapt comment to fit the js2h logic. --- diff --git a/src/scripts/js2h.sh b/src/scripts/js2h.sh index 0efeaea..3d4db47 100755 --- a/src/scripts/js2h.sh +++ b/src/scripts/js2h.sh @@ -1,9 +1,9 @@ #!/bin/sh # -# Defined a constant for given JavaScript file. The file name is used to get -# the constant name and the contents are minifed and escaped as the value. -# ./js.h do_fancy_stuff.js creates somethings like -# #define DO_FANCY_STUFF "Escaped JavaScriptCode" +# Defined a constant for given JavaScript or CSS file. The file name is used +# to get the constant name and the contents are minifed and escaped as the +# value. ./js.h do_fancy_stuff.js creates somethings like +# #define JS_DO_FANCY_STUFF "Escaped JavaScriptCode" FILE="$1"