vesparny / angular-kickstart

angular-kickstart - speed up your AngularJS development and testing with a great gulpjs build system.
http://bit.ly/angular_kickstart
MIT License
552 stars 83 forks source link

Enhancement: get rid of test config in build folder #16

Closed whisher closed 9 years ago

whisher commented 9 years ago

Hi, just to point out an other imo a better way to manage tests put the config in the root and following https://github.com/mllrsohn/gulp-protractor/tree/master/example_2 like this https://github.com/whisher/iwdf-pag-ionic/blob/master/gulp/tasks/e2e.js May be put the gulp tasks in separate files could be more readable and more handy.

Bye.

vesparny commented 9 years ago

@whisher you mean splitting tasks in single files? in this way the project will have tons of small gull task. Do you think is more readable we can discuss about it :smile:

Regarding the location of *.conf files you are right, do you have time for a PR?

whisher commented 9 years ago

[@whisher https://github.com/whisher you mean splitting tasks in single files? in this way the project will have tons of small gull task.] It's the way of gulpify and its very handy :) take a look at my git.

For the Pr I don't know if I've time but may be next week I'll take a look at it.

On 19 November 2014 13:43, Alessandro Arnodo notifications@github.com wrote:

@whisher https://github.com/whisher you mean splitting tasks in single files? in this way the project will have tons of small gull task. Do you think is more readable we can discuss about it [image: :smile:]

Regarding the location of *.conf files you are right, do you have time for a PR?

— Reply to this email directly or view it on GitHub https://github.com/vesparny/angular-kickstart/issues/16#issuecomment-63634225 .