I am using the yoman spine generator and I ran this:
bower install backbone.localStorage -S
And I had to manually insert this into index.html:
<script src="bower_components/backbone.localStorage/backbone.localStorage.js"></script>
Is there any way to set <script> tags automatically. I thought part of the benefit of the conversation was not to figure out in which order to include your scripts?
bower yeoman
CaptSaltyJack Sep 15 '13 at 16:38 2013-09-15 16:38
source share