yeoman / generator-backbone

Scaffold out a Backbone.js project
http://yeoman.io
638 stars 159 forks source link

Fix script tags not being added to index file #368

Closed ruyadorno closed 8 years ago

ruyadorno commented 8 years ago

the logic on util.rewriteFiles slipped through the new yeoman api migration and files weren't added to index.html as a result.

This rewrites the logic of the function to work along with the new API and fixes #364

addyosmani commented 8 years ago

I'm unfortunately less familiar with the newer API migration changes. Might be worth looping in @arthurvr or @SBoudrias for a review here.

SBoudrias commented 8 years ago

This LGTM.