Skip to content

Commit

Permalink
Merge pull request #1 from artf/dev
Browse files Browse the repository at this point in the history
同步
  • Loading branch information
choukin authored May 26, 2020
2 parents 9946c16 + fbfa812 commit a9f4850
Show file tree
Hide file tree
Showing 241 changed files with 25,428 additions and 26,469 deletions.
4 changes: 3 additions & 1 deletion .github/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ daysUntilLock: 365
skipCreatedBefore: false

# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels: []
exemptLabels:
- no-locking
- help-wanted

# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: outdated
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ images/
private/
vendor/
coverage/
/locale/
node_modules/
bower_components/
grapesjs-*.tgz
Expand Down
29 changes: 29 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.DS_Store
.settings/
.sass-cache/
.project
.idea
npm-debug.log*
yarn-error.log
yarn.lock
style/.sass-cache/
stats.json

img/
images/
private/
vendor/
coverage/
node_modules/
bower_components/
grapesjs-*.tgz
_index.html
index.html
docs
.github
test
.editorconfig
.eslintrc
.travis.yml
*.md
webpack.config.js
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ $ npm test
* [grapesjs-component-countdown](https://github.com/artf/grapesjs-component-countdown) - Simple countdown component
* [grapesjs-style-gradient](https://github.com/artf/grapesjs-style-gradient) - Add `gradient` type input to the Style Manager
* [grapesjs-style-filter](https://github.com/artf/grapesjs-style-filter) - Add `filter` type input to the Style Manager
* [grapesjs-style-bg](https://github.com/artf/grapesjs-style-bg) - Full-stack background style property type, with the possibility to add images, colors, and gradients
* [grapesjs-blocks-flexbox](https://github.com/artf/grapesjs-blocks-flexbox) - Add the flexbox block
* [grapesjs-lory-slider](https://github.com/artf/grapesjs-lory-slider) - Slider component by using [lory](https://github.com/meandmax/lory)
* [grapesjs-tabs](https://github.com/artf/grapesjs-tabs) - Simple tabs component
Expand All @@ -191,6 +192,7 @@ $ npm test
* [grapesjs-indexeddb](https://github.com/artf/grapesjs-indexeddb) - Storage wrapper for IndexedDB
* [grapesjs-firestore](https://github.com/artf/grapesjs-firestore) - Storage wrapper for [Cloud Firestore](https://firebase.google.com/docs/firestore)
* [grapesjs-parser-postcss](https://github.com/artf/grapesjs-parser-postcss) - Custom CSS parser for GrapesJS by using [PostCSS](https://github.com/postcss/postcss)
* [grapesjs-typed](https://github.com/artf/grapesjs-typed) - Typed component made by wrapping Typed.js library

### Presets
* [grapesjs-preset-webpage](https://github.com/artf/grapesjs-preset-webpage) - Webpage Builder
Expand Down
5 changes: 1 addition & 4 deletions dist/css/grapes.min.css

Large diffs are not rendered by default.

Binary file removed dist/fonts/FontAwesome.otf
Binary file not shown.
Binary file removed dist/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 0 additions & 2,671 deletions dist/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file removed dist/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file removed dist/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file removed dist/fonts/fontawesome-webfont.woff2
Binary file not shown.
Loading

0 comments on commit a9f4850

Please sign in to comment.