Hi Amila, We are using SCSS to preprocess our style files. Now since yeoman's angular-generator assumes `compass` is the default preprocessor, we have to stick with that.
https://github.com/yeoman/generator-angular/issues/239 Eventually, I think some one will write a SCSS preprocessor in javascript and that will be the one used by default on yeoman. We can change accordingly at that time. On Tue, Jul 30, 2013 at 9:48 PM, Sanchit Aggarwal < [email protected]> wrote: > Hi Amila > > We will include this in the readme and will add the script in next patch. > > Also about the midterm evaluation , do we just have to fill the > questionnaire or we have to work with mentors ? > > Regards > Sanchit Aggarwal > MS Research (Computer Science) > Center for Visual Information Technology > IIIT Hyderabad, Gachibowli > Contact - 9581417330 > > > > On Tue, Jul 30, 2013 at 9:45 PM, Amila Jayasekara <[email protected] > > wrote: > >> >> >> >> On Tue, Jul 30, 2013 at 12:11 PM, Sanchit Aggarwal < >> [email protected]> wrote: >> >>> Hi Amila >>> >>> You have to install ruby gems : compass. >>> We can have a script for the initial setup but we hope to include it in >>> maven build during the integration of all the sub-projects. >>> >>> 1. "gem install compass" will do the necessary. >>> >> >> Guess we need to add this to readme file. Will be great if we can have a >> script to do initial setup as mentioned in the previous mail. >> >> Thanks >> Amila >> >>> >>> Regards >>> Sanchit Aggarwal >>> MS Research (Computer Science) >>> Center for Visual Information Technology >>> IIIT Hyderabad, Gachibowli >>> Contact - 9581417330 >>> >>> >>> >>> On Tue, Jul 30, 2013 at 9:21 PM, Amila Jayasekara < >>> [email protected]> wrote: >>> >>>> Hi All, >>>> >>>> I was trying to build and run XBaya web ui currently in gsoc2013 folder >>>> in sandbox. I was following instructions in [1]. >>>> >>>> I am having following concerns; >>>> 1. According to [1] we need to install few software components before >>>> building the source. Can we compile a script to setup initial environment ? >>>> 2. When I run "grunt test", I get following output; >>>> >>>> [~/development/apache/airavata/sandbox/gsoc2013]>grunt test >>>> Running "clean:server" (clean) task >>>> >>>> Running "concurrent:test" (concurrent) task >>>> >>>> Running "coffee:dist" (coffee) task >>>> >>>> Running "coffee:test" (coffee) task >>>> >>>> Done, without errors. >>>> Warning: Running "compass:dist" (compass) task >>>> Warning: You need to have Ruby and Compass installed and in your >>>> system PATH for this task to work. More info: >>>> https://github.com/gruntjs/grunt-contrib-compass Use --force to >>>> continue. >>>> >>>> Aborted due to warnings. Use --force to continue. >>>> >>>> Aborted due to warnings. >>>> >>>> ==================================================================== >>>> >>>> Above warning complains about "ruby". Do we need ruby to run tests ? >>>> >>>> 3. How can I deploy and start XBaya web UI ? (Couldnt find any wiki >>>> link relevant to this, other than a registry api java script client) >>>> >>>> Thanks >>>> Amila >>>> >>>> [1] >>>> https://svn.apache.org/repos/asf/airavata/sandbox/gsoc2013/README.md >>>> >>> >>> >> > -- Cheers, Subho
