Re: [AngularJS] Re: Angular 2 and Rails 5, asset pipeline or no?

2016-01-04 Thread Amrit Kahlon
e the rails asset pipeline? like do you use > asset_path ? > > On Saturday, January 2, 2016 at 10:10:54 AM UTC+8, Amrit Kahlon wrote: >> >> Yep that's what I ended up doing, except with gulp. >> >> Cheers >> On Jan 1, 2016 5:56 PM, "Vincent Zhu"

Re: [AngularJS] Re: Angular 2 and Rails 5, asset pipeline or no?

2016-01-04 Thread Amrit Kahlon
; Cool, share some my confusions with you. ;-) > how do you use template if not using gulp? simply inline template? > Also, how do you handle the rails asset pipeline? like do you use > asset_path ? > > On Saturday, January 2, 2016 at 10:10:54 AM UTC+8, Amrit Kahlon wrote: >> &g

Re: [AngularJS] Re: Angular 2 and Rails 5, asset pipeline or no?

2016-01-01 Thread Amrit Kahlon
uired npm modules. > > > On Thursday, December 24, 2015 at 3:19:09 AM UTC+8, Amrit Kahlon wrote: >> >> What is the best way to set up a project using angular 2 and rails 5? I >> was using it with angular 1.5 and typescript before, and had the asset >> pipeline set

[AngularJS] Angular 2 and Rails 5, asset pipeline or no?

2015-12-23 Thread Amrit Kahlon
What is the best way to set up a project using angular 2 and rails 5? I was using it with angular 1.5 and typescript before, and had the asset pipeline setup with the typescript rails gem. It all seemed to work fine. Now I'm not quite sure how this systemjs works, or how to use angular 2 witho