cmelion / generator-ng2-webpack

An opinionated tool for scaffolding an app using angular2 and webpack
MIT License
109 stars 18 forks source link

Update subcompont generator. https://github.com/cmelion/generator-ng2-webpack/pull/43 #44

Closed mattxo closed 8 years ago

mattxo commented 8 years ago

Using .replace(/\/g,"/") to ensure forward slashes are used for paths on Windows machines.

cmelion commented 8 years ago

looks good!