Skip to content

Commit

Permalink
Merge pull request #18 from hcodes/user_select_none
Browse files Browse the repository at this point in the history
 Added user-select: none for snowflakes
  • Loading branch information
hcodes committed Nov 30, 2018
2 parents 4090754 + a007758 commit 35d2dec
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 305 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## v4.1.0
+ Added CSS `user-select: none` and `pointer-events: none` for snowflakes.

## v4.0.2
+ Updated dev deps in package.json.

Expand Down
3 changes: 1 addition & 2 deletions gulpfile.js
Expand Up @@ -15,9 +15,8 @@ function replaceStyle(tag, filename) {
}

function js(imagesStyle, outputFile) {
return gulp.src('src/js/snowflakes.js')
return gulp.src(['src/js/*.js'])
.pipe($.rollup({
allowRealFiles: true,
input: 'src/js/snowflakes.js',
output: {
format: 'umd',
Expand Down

0 comments on commit 35d2dec

Please sign in to comment.