Closed jond3k closed 8 years ago
As of version 1.0 the Typings bundle file's name has changed to index.d.ts
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.
i need the same change
Closed via https://github.com/driftyco/ionic-gulp-tasks/commit/1924b25e4601e56c694032dde9e7e41af19e7d84
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.