DEV: Cleanup comments and commented code
This commit is contained in:
parent
94b6840901
commit
75f8cd9aa1
|
@ -43,7 +43,6 @@ echo "Old vendor assets have been removed."
|
||||||
if test -f "$JSUITES_CSS_FILE"; then
|
if test -f "$JSUITES_CSS_FILE"; then
|
||||||
echo "$JSUITES_CSS_FILE already exists."
|
echo "$JSUITES_CSS_FILE already exists."
|
||||||
else
|
else
|
||||||
# TODO: Remove anything animation related
|
|
||||||
# Fetch jsuite stylesheet
|
# Fetch jsuite stylesheet
|
||||||
wget $JSUITES_CSS_URL
|
wget $JSUITES_CSS_URL
|
||||||
echo "$JSUITES_CSS_FILE has been created in $(pwd)"
|
echo "$JSUITES_CSS_FILE has been created in $(pwd)"
|
||||||
|
@ -57,9 +56,6 @@ else
|
||||||
|
|
||||||
# Remove conflicting animation classes
|
# Remove conflicting animation classes
|
||||||
# TODO: Improve below code to handle nested code blocks
|
# TODO: Improve below code to handle nested code blocks
|
||||||
# sed -i '' '/.fade-in {/,/}/d' $JSUITES_SCSS_FILE_LOCATION
|
|
||||||
# sed -i '' '/.fade-out {/,/}/d' $JSUITES_SCSS_FILE_LOCATION
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add JSpreadsheet vendor file
|
# Add JSpreadsheet vendor file
|
||||||
|
@ -90,7 +86,3 @@ else
|
||||||
wget $JSPREADSHEET_JS_URL
|
wget $JSPREADSHEET_JS_URL
|
||||||
mv $JSPREADSHEET_JS_FILE $JSPREADSHEET_JS_FILE_LOCATION
|
mv $JSPREADSHEET_JS_FILE $JSPREADSHEET_JS_FILE_LOCATION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# sed '/^server {/,/^ }/d' file
|
|
||||||
|
|
Loading…
Reference in New Issue