ionic-team / ionic-gulp-tasks

Collection of gulp tasks for building Ionic apps
41 stars 33 forks source link

Compat with Typings 1.0 #28

Closed jond3k closed 8 years ago

jond3k commented 8 years ago

As of version 1.0 the Typings bundle file's name has changed to index.d.ts

Until this is fixed a remedial step you can take is to override the src array in your gulpfile:

buildBrowserify({ src: ['./app/app.ts', './typings/index.d.ts'], watch: true })

See v1.0 release notes for more context.

xiongemi commented 8 years ago

i need the same change

mhartington commented 8 years ago

Closed via https://github.com/driftyco/ionic-gulp-tasks/commit/1924b25e4601e56c694032dde9e7e41af19e7d84