Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-03-04 17:35:55 +0300
committerAleksander Machniak <alec@alec.pl>2018-03-04 17:35:55 +0300
commit4a7603a20752ebfd166bd26ed2d2018e9e133708 (patch)
tree9b49bcf890b847adc55e2e2014805ab641f9464e /jsdeps.json
parent997f317654f15211883cf3d724c19e54c1dba975 (diff)
Install Bootstrap and LessJS with install-jsdeps.sh
Diffstat (limited to 'jsdeps.json')
-rw-r--r--jsdeps.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/jsdeps.json b/jsdeps.json
index 2e469d186..bbac45487 100644
--- a/jsdeps.json
+++ b/jsdeps.json
@@ -82,6 +82,30 @@
"addon/selection": "addon/selection",
"mode/sieve": "mode/sieve"
}
+ },
+ {
+ "lib": "bootstrap",
+ "name": "Bootstrap",
+ "version": "4.0.0",
+ "url": "https://github.com/twbs/bootstrap/releases/download/v4.0.0/bootstrap-4.0.0-dist.zip",
+ "dest": "skins/elastic/deps",
+ "sha1": "108a534a0934b3b24e7366f59c74d2b8d3dd9004",
+ "license": "MIT",
+ "flat": true,
+ "map": {
+ "bootstrap.bundle.min.js": "bootstrap.bundle.min.js",
+ "bootstrap.min.css": "bootstrap.min.css"
+ }
+ },
+ {
+ "lib": "less",
+ "name": "LessJS",
+ "version": "2.7.3",
+ "url": "https://raw.githubusercontent.com/less/less.js/v2.7.3/dist/less.min.js",
+ "dest": "skins/elastic/deps/less.min.js",
+ "sha1": "45ea4f9fed6c0568ec11faba048c3e3cb7612e9e",
+ "license": "Apache-2.0",
+ "source": "https://raw.githubusercontent.com/less/less.js/v2.7.3/dist/less.js"
}
]
} \ No newline at end of file