Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/jupyterviz/lib/js/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 16.7.2022 mit Größe 681 B image not shown  

Quelle  minify-all-scripts.sh   Sprache: Shell

 
#!/bin/bash

MINIFIER="uglifyjs"

# If we have the necessary command, proceed.
if command -v $MINIFIER; then

    # loop through all .js files in this folder
    for FILE in `ls *.js`
    do
        # If it's already a .min.js file, skip it.
        if [[ $FILE = *".min.js" ]]; then
            echo "Ignoring: $FILE"
        # Otherwise, extract base & extension, then minify.
        else
            echo "Minifying: $FILE"
            EXT="${FILE##*.}"
            START="${FILE%.*}"
            $MINIFIER $FILE > $START.min.$EXT
        fi
    done

else
# We did not have the necessary command, so quit.

    echo "No $MINIFIER command in your path. Cannot proceed."

fi


Messung V0.5
C=84 H=95 G=89

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.