Re: PGA JavaScript and CSS

2015-06-18 Thread Douglas Chau
Thanks! On Jun 18, 2015 3:58 PM, "Supun Nakandala" wrote: > Yes, You can find sample imports in here > https://github.com/apache/airavata-php-gateway/blob/master/app/views/experiment/search.blade.php#L117 > > On Fri, Jun 19, 2015 at 1:26 AM, Douglas Chau > wrote: > >> Hey Supun, >> >> Is the lar

Re: PGA JavaScript and CSS

2015-06-18 Thread Supun Nakandala
Yes, You can find sample imports in here https://github.com/apache/airavata-php-gateway/blob/master/app/views/experiment/search.blade.php#L117 On Fri, Jun 19, 2015 at 1:26 AM, Douglas Chau wrote: > Hey Supun, > > Is the laravel syntax the parts of code that say: > @section (‘scripts’) > @parent

Re: PGA JavaScript and CSS

2015-06-18 Thread Douglas Chau
Hey Supun, Is the laravel syntax the parts of code that say: @section (‘scripts’) @parent @stop Could you give me a quick example of how I would reference a newly added "test.js" file into the assets? Doug > On Jun 18, 2015, at 3:46 PM, Supun Nakandala > wrote: > > Hi Douglas, > >

Re: PGA JavaScript and CSS

2015-06-18 Thread Supun Nakandala
Hi Douglas, JS and CSS files should be put in the following folder https://github.com/apache/airavata-php-gateway/tree/master/public and they should explicitly imported in the view files using laravel syntax. Thanks Supun On Fri, Jun 19, 2015 at 1:14 AM, Douglas Chau wrote: > Hey Devs, > > Can