strictd / angular2-ionic2-webpack

Angular2 Webpack, Ionic2 Rollup
MIT License
12 stars 7 forks source link

better method to copy tsconfig on compile #1

Closed strictd closed 8 years ago

strictd commented 8 years ago

currently package.json uses a "scripts" with the "cp" command. This only works on non-windows platforms. Need a better solution for updating the tsconfig, or figure out how to have a single tsconfig for both browser and ionic compiles

strictd commented 8 years ago

updated to gulp src -> rename -> dest to copy tsconfig rules