Revert "clean up"

This reverts commit 40a3766b37.
This commit is contained in:
janis
2022-12-12 08:41:23 +01:00
parent 070b6a0fc4
commit 10a585ae8d
107 changed files with 1812 additions and 3149 deletions

0
.circleci/config.yml Executable file → Normal file
View File

0
.eslintrc.js Executable file → Normal file
View File

0
.gitattributes vendored Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
.gitmodules vendored Executable file → Normal file
View File

0
.jscsrc Executable file → Normal file
View File

0
.jshintrc Executable file → Normal file
View File

0
.npmignore Executable file → Normal file
View File

0
DOCUMENTATION.md Executable file → Normal file
View File

0
GettingStarted.md Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
apple-touch-icon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
build.js Executable file → Normal file
View File

0
css/impress-common.css Executable file → Normal file
View File

0
css/impress-demo.css Executable file → Normal file
View File

0
examples/2D-navigation/css/fonts.css Executable file → Normal file
View File

0
examples/2D-navigation/css/presentation.css Executable file → Normal file
View File

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 646 KiB

After

Width:  |  Height:  |  Size: 646 KiB

0
examples/2D-navigation/index.html Executable file → Normal file
View File

0
examples/3D-positions/index.html Executable file → Normal file
View File

0
examples/3D-rotations/css/3D-rotations.css Executable file → Normal file
View File

0
examples/3D-rotations/css/fonts.css Executable file → Normal file
View File

0
examples/3D-rotations/index.html Executable file → Normal file
View File

0
examples/classic-slides/css/classic-slides.css Executable file → Normal file
View File

0
examples/classic-slides/css/fonts.css Executable file → Normal file
View File

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

0
examples/classic-slides/images/background-title.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

0
examples/classic-slides/images/background-title.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

0
examples/classic-slides/images/background.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
examples/classic-slides/images/background.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
examples/classic-slides/index.html Executable file → Normal file
View File

0
examples/cube/css/cube.css Executable file → Normal file
View File

0
examples/cube/css/fonts.css Executable file → Normal file
View File

0
examples/cube/img/Henrik_mustache.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

0
examples/cube/index.html Executable file → Normal file
View File

0
examples/index.html Executable file → Normal file
View File

0
examples/markdown/css/devopsy.css Executable file → Normal file
View File

0
examples/markdown/css/effects.css Executable file → Normal file
View File

0
examples/markdown/css/fonts.css Executable file → Normal file
View File

0
examples/markdown/css/markdown-slides.css Executable file → Normal file
View File

0
examples/markdown/images/3476636111_c551295ca4_b.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

0
examples/markdown/index.html Executable file → Normal file
View File

0
favicon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
index.html Executable file → Normal file
View File

0
js/impress.js Executable file → Normal file
View File

0
karma.conf.js Executable file → Normal file
View File

4957
package-lock.json generated Executable file → Normal file

File diff suppressed because it is too large Load Diff

4
package.json Executable file → Normal file
View File

@@ -30,9 +30,9 @@
}, },
"devDependencies": { "devDependencies": {
"eslint": "^6.8.0", "eslint": "^6.8.0",
"jscs": "^2.1.1", "jscs": "^3.0.7",
"jshint": "^2.11.0", "jshint": "^2.11.0",
"karma": "^6.4.1", "karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0", "karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0", "karma-firefox-launcher": "^1.3.0",
"karma-qunit": "^4.0.0", "karma-qunit": "^4.0.0",

0
qunit_test_runner.html Executable file → Normal file
View File

0
src/impress.js Executable file → Normal file
View File

0
src/lib/README.md Executable file → Normal file
View File

0
src/lib/gc.js Executable file → Normal file
View File

0
src/lib/rotation.js Executable file → Normal file
View File

0
src/lib/util.js Executable file → Normal file
View File

0
src/plugins/README.md Executable file → Normal file
View File

0
src/plugins/autoplay/autoplay.js Executable file → Normal file
View File

0
src/plugins/blackout/blackout.js Executable file → Normal file
View File

0
src/plugins/extras/README.md Executable file → Normal file
View File

0
src/plugins/extras/extras.js Executable file → Normal file
View File

0
src/plugins/form/form.js Executable file → Normal file
View File

0
src/plugins/fullscreen/fullscreen.js Executable file → Normal file
View File

0
src/plugins/goto/README.md Executable file → Normal file
View File

0
src/plugins/goto/goto.js Executable file → Normal file
View File

0
src/plugins/help/README.md Executable file → Normal file
View File

0
src/plugins/help/help.js Executable file → Normal file
View File

0
src/plugins/impressConsole/README.md Executable file → Normal file
View File

0
src/plugins/impressConsole/impressConsole.js Executable file → Normal file
View File

0
src/plugins/media/media.js Executable file → Normal file
View File

0
src/plugins/mobile/README.md Executable file → Normal file
View File

0
src/plugins/mobile/mobile.js Executable file → Normal file
View File

0
src/plugins/mouse-timeout/README.md Executable file → Normal file
View File

0
src/plugins/mouse-timeout/mouse-timeout.js Executable file → Normal file
View File

0
src/plugins/navigation-ui/README.md Executable file → Normal file
View File

0
src/plugins/navigation-ui/navigation-ui.js Executable file → Normal file
View File

0
src/plugins/navigation/navigation.js Executable file → Normal file
View File

0
src/plugins/navigation/navigation_tests.js Executable file → Normal file
View File

0
src/plugins/progress/README.md Executable file → Normal file
View File

0
src/plugins/progress/progress.js Executable file → Normal file
View File

0
src/plugins/rel/README.md Executable file → Normal file
View File

0
src/plugins/rel/rel.js Executable file → Normal file
View File

0
src/plugins/resize/resize.js Executable file → Normal file
View File

0
src/plugins/skip/README.md Executable file → Normal file
View File

0
src/plugins/skip/skip.js Executable file → Normal file
View File

0
src/plugins/stop/README.md Executable file → Normal file
View File

0
src/plugins/stop/stop.js Executable file → Normal file
View File

0
src/plugins/substep/README.md Executable file → Normal file
View File

0
src/plugins/substep/substep.js Executable file → Normal file
View File

0
src/plugins/toolbar/README.md Executable file → Normal file
View File

0
src/plugins/toolbar/toolbar.js Executable file → Normal file
View File

0
src/plugins/touch/touch.js Executable file → Normal file
View File

0
test/HOWTO.md Executable file → Normal file
View File

0
test/core_tests.js Executable file → Normal file
View File

0
test/core_tests_presentation.html Executable file → Normal file
View File

0
test/helpers.js Executable file → Normal file
View File

0
test/non_default.html Executable file → Normal file
View File

0
test/non_default.js Executable file → Normal file
View File

0
test/plugins/rel/padding_tests.js Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More