Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register to bower #38

Open
twolfson opened this issue Jan 22, 2015 · 0 comments
Open

Register to bower #38

twolfson opened this issue Jan 22, 2015 · 0 comments

Comments

@twolfson
Copy link

In a similar vein to #37, it would be useful to have this package on bower for easier installation/discoverability.

For those interested in using this package until it is registered on bower, it can be installed via the following dependency in your bower.json:

"jquery-autosave": "git://github.com/nervetattoo/jquery-autosave.git#6ac81411"

Then, the source can be loaded via:

<script src="jquery.js"></script>
<script src="bower_components/jquery-autosave/dist/jquery.autosave.min.js"></script>
<script>
  $('form').autosave; // autosave is now loaded
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant