Skip to content

Commit

Permalink
Remove Parcel bundler and host only plain HTML
Browse files Browse the repository at this point in the history
Docsify style is already managed in Marpit. (marp-team/marpit#91)
  • Loading branch information
yhatt committed Nov 13, 2018
1 parent 8c005a8 commit 75f695b
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 7,672 deletions.
34 changes: 0 additions & 34 deletions .circleci/config.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .postcssrc.js

This file was deleted.

6 changes: 0 additions & 6 deletions .prettierignore

This file was deleted.

3 changes: 0 additions & 3 deletions .prettierrc.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .sassrc.js

This file was deleted.

12 changes: 0 additions & 12 deletions .stylelintrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

### :warning: Marp Next is under construction and not ready to use.

## [PLANNING] Marp family
## Marp family

| Package | Description | npm |
| -------------------: | :-------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
8 changes: 0 additions & 8 deletions cssnano.config.js

This file was deleted.

29 changes: 0 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,5 @@
"repository": {
"type": "git",
"url": "https://github.com/marp-team/marp"
},
"scripts": {
"build": "yarn run -s clean && yarn run -s public && parcel build src/* --no-source-maps",
"clean": "rimraf dist",
"public": "cpx \"./public/**/*\" ./dist",
"public:watch": "yarn run -s public --watch",
"format": "prettier \"**/*.{css,js,json,md,scss,ts,yaml,yml}\"",
"format:check": "yarn -s format -l",
"format:write": "yarn -s format --write",
"lint:css": "stylelint \"src/**/*.{css,scss}\"",
"start": "npm-run-all --npm-path yarn --parallel public:watch watch",
"watch": "parcel src/*"
},
"devDependencies": {
"autoprefixer": "^9.3.1",
"cpx": "^1.5.0",
"cssnano": "^4.1.7",
"docsify-themeable": "^0.5.0",
"node-sass": "^4.10.0",
"npm-run-all": "^4.1.3",
"parcel-bundler": "^1.10.3",
"postcss": "^7.0.5",
"prettier": "^1.14.3",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"stylelint": "^9.7.1",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.3.2"
}
}
9 changes: 9 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex,noarchive">
<meta http-equiv="refresh" content="0;URL=https://github.com/marp-team/marp/">
<title>Marp</title>
</head>
</html>
3 changes: 0 additions & 3 deletions src/docsify.scss

This file was deleted.

23 changes: 0 additions & 23 deletions src/docsify/_code.scss

This file was deleted.

151 changes: 0 additions & 151 deletions src/docsify/_layout.scss

This file was deleted.

8 changes: 0 additions & 8 deletions src/index.pug

This file was deleted.

Loading

0 comments on commit 75f695b

Please sign in to comment.