1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Little bit of info in the build script

This commit is contained in:
Allan Jardine 2011-12-03 09:52:36 +00:00
parent b4ff3dda3c
commit b135e9b676

View File

@ -1,11 +1,16 @@
#!/bin/sh
echo ""
echo " DataTables build"
echo ""
cd ../media/src
cp DataTables.js DataTables.js.build
IFS='%'
echo " Importing files:"
grep "require(" DataTables.js.build > /dev/null
while [ $? -eq 0 ]; do
REQUIRE=$(grep "require(" DataTables.js.build | head -n 1)