Skip to content

Commit

Permalink
Switch gh-pages to docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliamKopecky committed Jul 1, 2019
1 parent bdb4054 commit aa61443
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ node_modules
npm-debug.log

/mango.local.*
/dist
8 changes: 4 additions & 4 deletions mango.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
src_folder: src
dist_folder: dist
dist_folder: docs
styles:
- src/styles/index.sass
- src/styles/guide.sass
Expand All @@ -19,9 +19,9 @@ static:
templates:
- src/templates/*.pug
buildstamp:
- dist/assets/styles/index.css
- dist/assets/styles/guide.css
- dist/assets/scripts/index.js
- docs/assets/styles/index.css
- docs/assets/styles/guide.css
- docs/assets/scripts/index.js
data:
global: src/data/global.json
version: ">=3.1.0"
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"lt-ie-9": "^0.1.2"
},
"devDependencies": {},
"scripts": {
"update-gh-pages": "mango build && git push origin :gh-pages && git subtree push --prefix dist origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manGoweb/MgUI.git"
Expand Down

0 comments on commit aa61443

Please sign in to comment.