Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
core /
vendor /
jcrop /
build /
Delete
Unzip
Name
Size
Permission
Date
Action
less
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
lib
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
static
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
LICENSE
181
B
-rw-r--r--
2018-04-19 18:15
README.md
1.21
KB
-rw-r--r--
2018-04-19 18:15
VERSION
8
B
-rw-r--r--
2018-04-19 18:15
build-all.bash
863
B
-rw-r--r--
2018-04-19 18:15
compile-css.bash
435
B
-rw-r--r--
2018-04-19 18:15
minimize-css.bash
464
B
-rw-r--r--
2018-04-19 18:15
minimize-js.bash
476
B
-rw-r--r--
2018-04-19 18:15
pre-commit.bash
558
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
Jcrop Build Folder ================= The files in this folder are used by git and .git/hooks/pre-commit script. Unless you are developing with Jcrop and git, you can ignore what's here. ### Build process requirements * Twitter Bootstrap (as git submodule; see below) * `bash` (for running build scripts) * `php` (runnable from command line for build scripts) * `csstidy` (for CSS minimization) * `ugilfy` (for Javascript minimization) ### Initializing submodules The demos and included HTML for this project use Twitter Bootstrap. To build the project files using the scripts included in the `build` directory, you must init and update the git submodules used by this project. $ git submodule init $ git submodule update This will retrieve the submodules used by the Jcrop build process. ### Setting up the minimization pre-commit hook If you would like to use this as a pre-commit hook, I have included the pre-commit hook that I use named pre-commit.bash $ cp build/pre-commit.bash .git/hooks/pre-commit $ chmod +x !$ When you commit either `jquery.Jcrop.js` or `jquery.Jcrop.css`, the pre-commit hook will automatically build and commit the minimized file as part of the same commit. ##Your milage may vary!