Skip to content
Snippets Groups Projects

Refactoring

Merged Hannes Fuchs requested to merge refactoring into master
Files
7
+ 3
5
image: node:current-alpine
image: node:10-alpine
variables:
GIT_SUBMODULE_STRATEGY: recursive
@@ -14,13 +14,11 @@ pages:
- cp -r custom/themes/images reveal.js/dist/theme
- cp custom/themes/*.scss reveal.js/css/theme/source
- cp -r images public
# change paths from local run without webserver
- sed 's%reveal.js/%%g' presentation.html > reveal.js/index.html
# prepare app
- cd reveal.js
- npm install
# change paths from local run without webserver
- cp ../presentation.html index.html
- sed -i 's%reveal.js/dist/%%g' index.html
- sed -i 's%reveal.js/plugin/%%g' index.html
# remove qunit test because errors on headless browser runs #TODO
- sed -i "s/'eslint', 'qunit'/'eslint'/g" gulpfile.js
# test and pack app
Loading