You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are so funny man! Get your hug ready. I literally have reference pages opened in my browser ready to code up so S3 would work.
Technically, angular-curve isn't based on ng-boilerplate. Though it's based on the same philosophy of grouping by feature rather than by function. And I agree. It's wayy better.
e2e testing is a difficult area, as the Angular community itself is transitioning into Protractor. If you have any idea on how to attack this, I'd appreciate your input!
One item on the missing list I'd put is generators. Right now you need to just open up a new file and write everything from scratch for a new controller, directive, etc. It'd be nice to adhere to the AngularJS way as closely as possible.
And we'll definitely put it up on the Skeleton page once I finish up with the S3 feature. Thanks for the reminder!
I was not aware of Protractor! I'm honestly freshly new to angular, convert from backbone/marionette.
I'll stick to karma for now and once i start using Protractor, will ping u.
Regarding generators, what about brunch generators? There is this repo that apparently has generators.
I didn't give it a try, but might solve the problem :)
Yea, it's based on scaffolt, which is the creation of the author of Brunch. This is another difficult decision. If we use scaffolt, that obviously appeals to the Brunch crowd, but this repo only appeals to those who use AngularJS. So using scffolt really just appeals to those who use both, whereas using yo (Angular generators) appeals to the entire Angular crowd. And Brunch would be pretty transparent to angular-curve users anyway.
I don't really have an opinion on this yet as I don't use generators myself. It'd be great if you could show the benefits of using one over another. I'm open to both.
You should put this on the brunch Skelleton page.
There is one famous angular skelleton: angular-brunch-seed
But here's how
angular-curse
is better:What's missing with
angular-curve
:The text was updated successfully, but these errors were encountered: