Skip to content

Commit

Permalink
Merge pull request #730 from lokesh/dev
Browse files Browse the repository at this point in the history
v2.11.4
  • Loading branch information
lokesh committed Feb 21, 2023
2 parents e51998c + 686670d commit efaf39f
Show file tree
Hide file tree
Showing 11 changed files with 4,894 additions and 770 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com)

### Local development

- Install [Bower](https://bower.io/) and [Grunt](https://gruntjs.com/).
Some old tech, but it works, so no upgrading till something breaks.

- Install [Bower](https://bower.io/) and [Grunt](https://gruntjs.com/): `npm install -g bower grunt`
- Install jQuery dependency with Bower: `bower install`
- Start local server: `grunt`
- Navigate to `localhost:8000/examples`
- Update `examples/index.html` to load `src/js/lightbox.js` and jQuery.
- Update `examples/index.html` to load jQuery and `src/js/lightbox.js`.

Loading

0 comments on commit efaf39f

Please sign in to comment.