denehyg / reveal.js-menu

Slide out menu for reveal.js
https://denehyg.github.io/reveal.js-menu
MIT License
281 stars 76 forks source link

Bower package #1

Closed Toub closed 9 years ago

Toub commented 9 years ago

Very good job.

What about making this plugin available via bower? http://bower.io/docs/creating-packages/

By the way, I am using it with https://github.com/slara/generator-revealn by downloading manually the package, then adding the following configuration in templates/_index.html

dependencies: [
    [...]
    { src: 'bower_components/reveal.js-menu/menu.js', async: true }
], menu: {
        path: 'bower_components/reveal.js-menu'
 }
denehyg commented 9 years ago

Sure thing. I'll jump on it when I next get the chance.

Toub commented 9 years ago

If you accept my pull request, you can then register the bower package:

bower register reveal-js-menu https://github.com/denehyg/reveal.js-menu

http://bower.io/docs/creating-packages/#register