Skip to content

Commit

Permalink
feat(infiniteGrid): support
Browse files Browse the repository at this point in the history
change default value of count option.
  • Loading branch information
sculove committed Jul 20, 2017
1 parent e05dda9 commit 1ad6b3b
Show file tree
Hide file tree
Showing 23 changed files with 5,018 additions and 22,679 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
],
"plugins": [
"add-module-exports",
"transform-object-assign"
"transform-object-assign",
"transform-es3-property-literals",
"transform-es3-member-expression-literals"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ report/
temp/
doc/
demo/_data/version.yml
demo/release/
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ node_modules/
.github
.babelrc
mocha.opts
demo
demo/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ A module used to arrange card elements including content infinitely on a grid la

![infinitegrid](https://github.com/naver/egjs-infinitegrid/raw/master/demo/assets/image/infinitegrid.gif)

## Benchmark
[![eg.infiniteGrid benchmark](https://img.youtube.com/vi/NyFtShC2yq8/0.jpg)](http://www.youtube.com/watch?v=NyFtShC2yq8)

eg.infiniteGrid benchmark: append item performance with [masonry](https://masonry.desandro.com/)



## Documents
- [Get Started and Demos](https://naver.github.io/egjs-infinitegrid/)
- [API documentation](https://naver.github.io/egjs-infinitegrid/release/latest/doc/)
Expand Down
4 changes: 2 additions & 2 deletions config/uglify.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module.exports = {
include: /\.min\.js$/,
beautify: false,
mangle: {
screw_ie8: true,
screw_ie8: false,
keep_fnames: true
},
compress: {
screw_ie8: true,
screw_ie8: false,
warnings: false
},
output: {
Expand Down
Loading

0 comments on commit 1ad6b3b

Please sign in to comment.