mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2026-03-23 01:42:19 +00:00
Website templates
This commit is contained in:
30
startbootstrap-sb-admin-2-1.0.5/bower_components/datatables-responsive/make.sh
vendored
Normal file
30
startbootstrap-sb-admin-2-1.0.5/bower_components/datatables-responsive/make.sh
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
#!/bin/sh
|
||||
|
||||
OUT_DIR=$1
|
||||
DEBUG=$2
|
||||
|
||||
# Change into script's own dir
|
||||
cd $(dirname $0)
|
||||
|
||||
DT_SRC=$(dirname $(dirname $(pwd)))
|
||||
DT_BUILT="${DT_SRC}/built/DataTables"
|
||||
. $DT_SRC/build/include.sh
|
||||
|
||||
# Copy CSS
|
||||
scss_compile css/dataTables.responsive.scss
|
||||
rsync -r css $OUT_DIR
|
||||
|
||||
# Copy images
|
||||
#rsync -r images $OUT_DIR
|
||||
|
||||
# Copy JS
|
||||
rsync -r js $OUT_DIR
|
||||
js_compress $OUT_DIR/js/dataTables.responsive.js
|
||||
|
||||
# Copy and build examples
|
||||
rsync -r examples $OUT_DIR
|
||||
examples_process $OUT_DIR/examples
|
||||
|
||||
# Readme
|
||||
cp Readme.md $OUT_DIR
|
||||
|
||||
Reference in New Issue
Block a user