Skip to content

Commit efaf39f

Browse files
authored
Merge pull request #730 from lokesh/dev
v2.11.4
2 parents e51998c + 686670d commit efaf39f

11 files changed

+4894
-770
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ by [Lokesh Dhakar](http://www.lokeshdhakar.com)
2222

2323
### Local development
2424

25-
- Install [Bower](https://bower.io/) and [Grunt](https://gruntjs.com/).
25+
Some old tech, but it works, so no upgrading till something breaks.
26+
27+
- Install [Bower](https://bower.io/) and [Grunt](https://gruntjs.com/): `npm install -g bower grunt`
2628
- Install jQuery dependency with Bower: `bower install`
2729
- Start local server: `grunt`
2830
- Navigate to `localhost:8000/examples`
29-
- Update `examples/index.html` to load `src/js/lightbox.js` and jQuery.
31+
- Update `examples/index.html` to load jQuery and `src/js/lightbox.js`.
3032

0 commit comments

Comments
 (0)