commit 28796f54352b7c068b057f8323b6b1369950414f
parent 8938af293eddda60da00654248c94debec549fe2
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sun, 12 Mar 2017 11:43:43 -0400
Enhance comments
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/manuelfile b/manuelfile
@@ -38,7 +38,7 @@ function deploy () {
echo "- ... and deployed!"
}
-# Concatenate and minify styles sheets
+# Concatenate and minify styles sheets (./frontend).
# Then export with rsync
function update_css () {
./frontend
@@ -46,7 +46,7 @@ function update_css () {
rsync -avmh "./$ASSETS/css/" "./$PUBLICHTML/css/"
}
-# Concatenate and minify scripts
+# Concatenate and minify scripts (./frontend).
# Then export with rsync
function update_js () {
./frontend