Skip to content

Commit

Permalink
💻 chore: 增加 gulp 构建流程
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanDecode committed Jan 23, 2019
1 parent 37781db commit bca0fb5
Show file tree
Hide file tree
Showing 498 changed files with 7,176 additions and 8,963 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["env"]
}
27 changes: 27 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"env": {
"browser": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 5
},
"rules": {
"indent": [
"error",
4
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/*
package-lock.json
temp/*
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"liveSassCompile.settings.formats":[
{
"format": "compressed",
"extensionName": ".min.css",
"extensionName": ".css",
"savePath": "~/../"
}
],
Expand Down
1 change: 1 addition & 0 deletions assets/VOID-22af8b9821.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/VOID-c8346d7a34.css

Large diffs are not rendered by default.

211 changes: 0 additions & 211 deletions assets/VOID.20190122.js

This file was deleted.

1 change: 0 additions & 1 deletion assets/VOID.2019012204.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/VOID.min.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/bundle-84083e4c24.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/bundle-edfc93f7bb.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/editor-ddc55de5c2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bca0fb5

Please sign in to comment.