Added GitLab support for GitLab pages and GitLab Edit Links

This commit is contained in:
chickahoona
2017-08-20 17:28:45 +02:00
parent 2690b49fe9
commit 12908878e0
14 changed files with 2731 additions and 567 deletions

10
var/build.sh Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
apt-get update && \
apt-get install -y libfontconfig zip npm git apt-transport-https ca-certificates curl openssl && \
npm i -g npm && \
npm cache clean -f && \
npm install -g n && \
n stable && \
node --version && \
npm --version && \
bundle install