yeoman / generator-backbone

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

Fix script tags not being added to index file #368

Closed ruyadorno closed 9 years ago

ruyadorno commented 9 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 9 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 9 years ago

This LGTM.