Closed ruyadorno closed 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.
util.rewriteFiles
index.html
This rewrites the logic of the function to work along with the new API and fixes #364
I'm unfortunately less familiar with the newer API migration changes. Might be worth looping in @arthurvr or @SBoudrias for a review here.
This LGTM.
the logic on
util.rewriteFiles
slipped through the new yeoman api migration and files weren't added toindex.html
as a result.This rewrites the logic of the function to work along with the new API and fixes #364