Hi All,
i wanted to kick-start enterprise project to manage its directory structure etc, I gone-through almost all wrappers of gulp-tasks as well as project structures. Yesterday I was able to run and modified both myApp & MySlidemenu projects through directly gulp build & ionic build options.
Now while i finalised my paper-work and going to taking base project "https://github.com/driftyco/ionic2-app-base" but it was unfortunately/fortunately updated to encapsulate package.json dependencies and gulpfile.js file totally missed.
Project still can produce ios build but without including anything of the app because there is no gulp tasks.
Any alternative??? Or should i start with old version of ionic-2-base project template i taken yesterday and then manually upgrading on latest format?
Kindly see the attachment for more details.



Looking forward for a quick response.
Regards!
Aamir Ali
XCode Project:

+1
@chsakell @razvantomegea
The emote function is there for a reason, use it please.
No need to clutter topics with needless +1's.
Sorry for creating more clutter. :(
We no longer use gulp in the project as of Ionic 2 RC, which launched yesterday. Gulp can still be used but we recommend moving to npm scripts. You'll still use ionic serve, ionic run, ionic build, ionic start, etc.
Thanks,
Dan
Thanks @danbucholtz Yup i reviewed app-base project at github and there is npm run build.
It works (Y)
Most helpful comment
We no longer use gulp in the project as of Ionic 2 RC, which launched yesterday. Gulp can still be used but we recommend moving to npm scripts. You'll still use
ionic serve,ionic run,ionic build,ionic start, etc.Thanks,
Dan