Skip to content

Commit cb9fd8c

Browse files
committed
Add presentation
1 parent 8c71dde commit cb9fd8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+5136
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__pycache__
2+
*.pyc
3+
dist/
4+
node_modules/

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,8 @@ endef
10401040
define GIT_IGNORE
10411041
__pycache__
10421042
*.pyc
1043+
dist/
1044+
node_modules/
10431045
endef
10441046

10451047
define HTML_FOOTER
@@ -1591,6 +1593,7 @@ eb-logs-default:
15911593
npm-init-default:
15921594
npm init -y
15931595
$(GIT_ADD) package.json
1596+
$(GIT_ADD) package-lock.json
15941597

15951598
npm-build-default:
15961599
npm run build
@@ -2109,12 +2112,13 @@ jenkins-init-default:
21092112
webpack-init-default: npm-init
21102113
@echo "$$WEBPACK_CONFIG_JS" > webpack.config.js
21112114
$(GIT_ADD) webpack.config.js
2112-
npm install --save-dev webpack webpack-cli
2115+
npm install --save-dev webpack webpack-cli webpack-dev-server
21132116
$(ADD_DIR) src/
21142117
@echo "$$WEBPACK_INDEX_JS" > src/index.js
21152118
$(GIT_ADD) src/index.js
21162119
@echo "$$WEBPACK_INDEX_HTML" > index.html
21172120
$(GIT_ADD) index.html
2121+
$(MAKE) gitignore
21182122

21192123
make-default:
21202124
$(GIT_ADD) Makefile

README.rst

Lines changed: 4 additions & 0 deletions

img/Tidelift_primary-logo.webp

2.57 KB

img/mindblown.gif

494 KB

img/pillow-logo-light-text.png

761 KB

img/screenshot0.png

590 KB

img/screenshot1.png

80.9 KB

img/screenshot10.png

134 KB

img/screenshot11.png

135 KB

0 commit comments

Comments
 (0)