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:
parent
b4ff3dda3c
commit
b135e9b676
@ -1,11 +1,16 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo " DataTables build"
|
||||||
|
echo ""
|
||||||
|
|
||||||
cd ../media/src
|
cd ../media/src
|
||||||
|
|
||||||
cp DataTables.js DataTables.js.build
|
cp DataTables.js DataTables.js.build
|
||||||
|
|
||||||
IFS='%'
|
IFS='%'
|
||||||
|
|
||||||
|
echo " Importing files:"
|
||||||
grep "require(" DataTables.js.build > /dev/null
|
grep "require(" DataTables.js.build > /dev/null
|
||||||
while [ $? -eq 0 ]; do
|
while [ $? -eq 0 ]; do
|
||||||
REQUIRE=$(grep "require(" DataTables.js.build | head -n 1)
|
REQUIRE=$(grep "require(" DataTables.js.build | head -n 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user