Skip to content

Commit 94f0829

Browse files
committed
created docs
1 parent 8cb4e60 commit 94f0829

File tree

8 files changed

+235
-1
lines changed

8 files changed

+235
-1
lines changed
File renamed without changes.
File renamed without changes.

dist/app.js renamed to docs/app.js

File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/main.css

Lines changed: 229 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"sass": "node-sass ./src/scss/ -o ./dist/ -w -r --source-map-embed --source-map-contents --output-style expanded | node-sass ./src/scss/main.scss ./dist/main.min.css -w --output-style compressed",
24-
"test": "http-server ./dist -p 1111 -a localhost -o"
24+
"test": "http-server ./docs -p 1111 -a localhost -o"
2525
},
2626
"license": "MIT",
2727
"bugs": {

0 commit comments

Comments
 (0)