Skip to content
Snippets Groups Projects
Commit 38c2d061 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add links and coffeefile to local blade

parent aa5dc72e
No related branches found
No related tags found
No related merge requests found
...@@ -38,11 +38,16 @@ do ...@@ -38,11 +38,16 @@ do
git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3/outreach/theme.git git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3/outreach/theme.git
git submodule update --recursive --init git submodule update --recursive --init
# run contribute
cp ../../template/Gruntfile.coffee
ln -s ../../theme/package.json package.json
ln -s ../../theme theme
# install npm # install npm
npm install -g npm@latest yo grunt-cli generator-reveal #npm install -g npm@latest yo grunt-cli generator-reveal
npm install #npm install
#yarn global add grunt-cli generator-reveal --dev yarn global add grunt-cli generator-reveal
#yarn install yarn install
grunt dist grunt dist
mv public/* $rootDir/public/$BLADE/unstable/. mv public/* $rootDir/public/$BLADE/unstable/.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment