diff --git a/.babelrc b/.babelrc old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.eslintignore b/.eslintignore old mode 100644 new mode 100755 diff --git a/.eslintrc.js b/.eslintrc.js old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 3e1d210..c612a44 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ yarn-error.log* test/unit/coverage test/e2e/reports selenium-debug.log +firefox_root/ diff --git a/.postcssrc.js b/.postcssrc.js old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 2c1123a..1a65bff --- a/README.md +++ b/README.md @@ -26,5 +26,3 @@ npm run e2e # run all tests npm test ``` - -For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). diff --git a/build/build.js b/build/build.js old mode 100644 new mode 100755 diff --git a/build/check-versions.js b/build/check-versions.js old mode 100644 new mode 100755 diff --git a/build/dev-client.js b/build/dev-client.js old mode 100644 new mode 100755 diff --git a/build/dev-server.js b/build/dev-server.js old mode 100644 new mode 100755 diff --git a/build/utils.js b/build/utils.js old mode 100644 new mode 100755 diff --git a/build/vue-loader.conf.js b/build/vue-loader.conf.js old mode 100644 new mode 100755 diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js old mode 100644 new mode 100755 diff --git a/build/webpack.dev.conf.js b/build/webpack.dev.conf.js old mode 100644 new mode 100755 diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js old mode 100644 new mode 100755 diff --git a/build/webpack.test.conf.js b/build/webpack.test.conf.js old mode 100644 new mode 100755 diff --git a/config/dev.env.js b/config/dev.env.js old mode 100644 new mode 100755 diff --git a/config/index.js b/config/index.js old mode 100644 new mode 100755 diff --git a/config/prod.env.js b/config/prod.env.js old mode 100644 new mode 100755 diff --git a/config/test.env.js b/config/test.env.js old mode 100644 new mode 100755 diff --git a/firefox_root/.parentlock b/firefox_root/.parentlock old mode 100644 new mode 100755 diff --git a/index.html b/index.html old mode 100644 new mode 100755 diff --git a/old/TODO.md b/old/TODO.md deleted file mode 100755 index 7e5ff31..0000000 --- a/old/TODO.md +++ /dev/null @@ -1,7 +0,0 @@ - - -# TODO - -- pdf's have black borders at right and bottom -- tutorial for new fonts does not work -- move `person.js` to main-folder diff --git a/old/pdf/resume-material-dark.pdf b/old/pdf/resume-material-dark.pdf old mode 100644 new mode 100755 diff --git a/old/public/preview/resume-material-blue.png b/old/public/preview/resume-material-blue.png old mode 100644 new mode 100755 diff --git a/old/public/preview/resume-material-dark.png b/old/public/preview/resume-material-dark.png old mode 100644 new mode 100755 diff --git a/old/public/styles/resume-material-blue0.min.css b/old/public/styles/resume-material-blue0.min.css old mode 100644 new mode 100755 diff --git a/old/public/styles/resume-material-dark.min.css b/old/public/styles/resume-material-dark.min.css old mode 100644 new mode 100755 diff --git a/old/public/styles/resume-material-violet.min.css b/old/public/styles/resume-material-violet.min.css old mode 100644 new mode 100755 diff --git a/old/resumes/resume-material-dark/index.mustache b/old/resumes/resume-material-dark/index.mustache old mode 100644 new mode 100755 diff --git a/old/resumes/resume-material-dark/style.less b/old/resumes/resume-material-dark/style.less old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/src/App.vue b/src/App.vue old mode 100644 new mode 100755 diff --git a/src/assets/logo.png b/src/assets/logo.png old mode 100644 new mode 100755 diff --git a/src/components/Hello.vue b/src/components/Hello.vue old mode 100644 new mode 100755 diff --git a/src/main.js b/src/main.js old mode 100644 new mode 100755 diff --git a/src/router/index.js b/src/router/index.js old mode 100644 new mode 100755 diff --git a/static/.gitkeep b/static/.gitkeep old mode 100644 new mode 100755 diff --git a/test/e2e/custom-assertions/elementCount.js b/test/e2e/custom-assertions/elementCount.js old mode 100644 new mode 100755 diff --git a/test/e2e/nightwatch.conf.js b/test/e2e/nightwatch.conf.js old mode 100644 new mode 100755 diff --git a/test/e2e/runner.js b/test/e2e/runner.js old mode 100644 new mode 100755 diff --git a/test/e2e/specs/test.js b/test/e2e/specs/test.js old mode 100644 new mode 100755 diff --git a/test/unit/.eslintrc b/test/unit/.eslintrc old mode 100644 new mode 100755 diff --git a/test/unit/index.js b/test/unit/index.js old mode 100644 new mode 100755 diff --git a/test/unit/karma.conf.js b/test/unit/karma.conf.js old mode 100644 new mode 100755 diff --git a/test/unit/specs/Hello.spec.js b/test/unit/specs/Hello.spec.js old mode 100644 new mode 100755