https://github.com/blefebvre/sublime-vault-build-sys
Sublime Text 2 build system for working with Adobe CQ's FileVault tool (vlt)
https://github.com/blefebvre/sublime-vault-build-sys
Last synced: 6 months ago
JSON representation
Sublime Text 2 build system for working with Adobe CQ's FileVault tool (vlt)
- Host: GitHub
- URL: https://github.com/blefebvre/sublime-vault-build-sys
- Owner: blefebvre
- Created: 2013-05-30T03:47:04.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-30T04:10:20.000Z (about 13 years ago)
- Last Synced: 2024-04-14T16:11:27.196Z (about 2 years ago)
- Size: 109 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sublime VLT build system
========================
Sublime Text 2 build system for working with Adobe CQ's FileVault tool (vlt).
Installation (OS X)
-------------------
Create a new directory in your Sublime [packages directory](http://docs.sublimetext.info/en/latest/basic_concepts.html#the-packages-directory):
```
mkdir ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Vault
```
Copy `Vault.sublime-build` to this new dir:
```
cp Vault.sublime-build ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Vault
```
Usage
-----
This section assumes you have already [synchronized with the repository](http://dev.day.com/docs/en/crx/current/how_to/how_to_use_the_vlttool.html).
To commit (check in) the current file:
```
Cmd + B
```
To access the other available commands:
```Cmd + Shift + P```
and type `vlt`. Select the command.