feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
SublimeKeyMap.Web
|
||||
=================
|
||||
|
||||
A simple repository used to host / share my customized Sublime Text 2 key bindings for web plugins
|
||||
|
||||
Designed to be incorporated into `Package Control.sublime-settings` like:
|
||||
|
||||
```json
|
||||
{
|
||||
"installed_packages":
|
||||
[
|
||||
"AngularJS (CoffeeScript)",
|
||||
"AutoFileName",
|
||||
"Chai Completions",
|
||||
"CoffeeComplete Plus (Autocompletion)",
|
||||
"DocBlockr",
|
||||
"Emmet",
|
||||
"Grunt",
|
||||
"Hayaku - tools for writing CSS faster",
|
||||
"HTML5",
|
||||
"jQuery",
|
||||
"LESS",
|
||||
"LiveReload",
|
||||
"Pretty JSON",
|
||||
"sublime-better-coffeescript",
|
||||
"SublimeLinter",
|
||||
"Tag",
|
||||
"Twitter Bootstrap Snippets"
|
||||
],
|
||||
"package_name_map": {
|
||||
"SublimeKeyMap.Web": "ZZZ.EthanBrown.SublimeKeyMap.Web"
|
||||
},
|
||||
"repositories":
|
||||
[
|
||||
"https://github.com/Iristyle/SublimeKeyMap.Web",
|
||||
"https://github.com/Iristyle/SublimeLinter"
|
||||
]
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user