Skip to content

Commit

Permalink
Use rollup so we don't need to rely on sprockets
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 20, 2024
1 parent 48868d7 commit ad17739
Show file tree
Hide file tree
Showing 17 changed files with 1,270 additions and 17 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.config
.yardoc
Gemfile.lock
package-lock.json
InstalledFiles
_yardoc
coverage
Expand All @@ -17,4 +18,5 @@ test/version_tmp
tmp
jetty
spec/internal
.internal_test_app
.internal_test_app
node_modules
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Run the gallery generator for Sprockets:
Or for node based bundlers add `blacklight-gallery masonry-layout@v4` as a dependencies and add this to your entrypoint:
```js
import 'blacklight-gallery/vendor/assets/javascripts/imagesloaded.pkgd.js'
import 'blacklight-gallery/app/assets/javascripts/blacklight_gallery/slideshow'
import 'blacklight-gallery/app/assets/javascripts/blacklight_gallery/masonry'
import 'blacklight-gallery/app/javascript/blacklight-gallery/slideshow'
import 'blacklight-gallery/app/javascript/blacklight-gallery/masonry'
```

## Available Views
Expand Down
Loading

0 comments on commit ad17739

Please sign in to comment.