*** tpb has joined #melange | 00:00 | |
*** madrazr has joined #melange | 06:00 | |
*** ChanServ sets mode: +v madrazr | 06:00 | |
*** robbyoconnor has quit IRC | 06:12 | |
*** robbyoconnor has joined #melange | 06:13 | |
*** robbyoconnor has quit IRC | 06:17 | |
*** robbyoconnor has joined #melange | 06:17 | |
*** madrazr has quit IRC | 06:38 | |
*** madrazr has joined #melange | 06:59 | |
*** ChanServ sets mode: +v madrazr | 06:59 | |
*** scorche has quit IRC | 07:19 | |
*** scorche` has joined #melange | 07:19 | |
*** scorche has joined #melange | 07:32 | |
*** scorche` has quit IRC | 07:32 | |
*** madrazr has quit IRC | 08:02 | |
*** scorche has quit IRC | 08:31 | |
*** scorche has joined #melange | 08:31 | |
*** MatthewWilkes has joined #melange | 08:41 | |
*** madrazr has joined #melange | 08:59 | |
*** ChanServ sets mode: +v madrazr | 08:59 | |
*** madrazr has quit IRC | 09:25 | |
*** saviet has joined #melange | 11:38 | |
*** dirigeant has joined #melange | 11:52 | |
*** madrazr has joined #melange | 11:57 | |
*** ChanServ sets mode: +v madrazr | 11:57 | |
*** scorche has quit IRC | 11:59 | |
*** scorche` has joined #melange | 11:59 | |
*** robbyoconnor has quit IRC | 13:04 | |
*** Merio has joined #melange | 13:24 | |
*** ChanServ sets mode: +v Merio | 13:24 | |
madrazr | Merio: ping | 13:31 |
---|---|---|
madrazr | saviet: ping | 13:31 |
saviet | pong! | 13:35 |
Merio | madrazr: pong! | 13:35 |
madrazr | Merio: saviet has some problem with building JS min for a new file she has created | 13:36 |
madrazr | Merio: could you please help her? | 13:36 |
madrazr | saviet: also it is better if you explain why you are creating another copy of Maps Javascript | 13:36 |
madrazr | saviet: Merio will be able to give better solutions | 13:36 |
saviet | Hello merio | 13:36 |
Merio | saviet: hello :) | 13:36 |
saviet | I am using the melange js package for maps | 13:37 |
saviet | which you told me about | 13:37 |
saviet | but I need to change the fields being used as the set of fields I am using is a bit different | 13:37 |
saviet | Merio:hence I wanted to create a new one | 13:38 |
Merio | madrazr, saviet: actually I've never used the minimization I think since April when SRabbelier changed the deployment style to make us build the minimized files for each commit, there should be a switch to run closure in some script he wrote, but I can't remember how to work on it... I have to ask myself to him as I'm going to add the function Pavel needs for diff viewing | 13:38 |
saviet | Merio: oh ok | 13:38 |
Merio | saviet: yes, actually the map script IIRC is not actually a package, because it comes from former code that I still have to refactor. So it's fine if you duplicate the script template in another place, I'll try to generalize everything in a package in the future :) | 13:39 |
madrazr | Merio: but saviet should keep you informed about it? | 13:40 |
saviet | Merio: ok, noted. :) | 13:40 |
madrazr | so that it is easy to generalize later? | 13:40 |
Merio | saviet: If you're writing javascript code I can help you in any way you need, also on reviewing code. It's just that I don't receive informations on you commits on google code, I think it's because you're doing the patch queue way, is it like that? | 13:40 |
saviet | Merio: yes I am doing it in patchqueue | 13:40 |
Merio | madrazr: Well, if she's writing JS code I think it's better that I have a look at it, just for homogeneity between all our JS code | 13:41 |
madrazr | Merio: yeah sure | 13:41 |
saviet | Merio,madrzr: I will send you the links to the js code I wrote | 13:41 |
Merio | madrazr: not that easy, but it obviously depends. It's just that we can generalize some utility function in an external package to avoid duplication, if any | 13:41 |
Merio | saviet: thanks :) | 13:41 |
madrazr | Merio: yeah | 13:42 |
saviet | Merio: so how do I get the js to build now, because it is refusing to :( | 13:42 |
Merio | madrazr: where is the build script and such things now in Python? | 13:43 |
Merio | madrazr: so I can check where is the code to run closure | 13:44 |
madrazr | Merio: pavement.py in the root directory | 13:44 |
Merio | madrazr: So I think it's needed to run the pavement | 13:44 |
madrazr | Merio: she ran it | 13:45 |
Merio | madrazr: can you take a look at the code? ==> http://code.google.com/p/soc/source/browse/pavement.py#79 | 13:46 |
tpb | <http://ln-s.net/7Jgy> (at code.google.com) | 13:46 |
Merio | madrazr: should be there the place where it gives parameters to run closure | 13:47 |
Merio | madrazr: If you see the last commit comment is => Fix bin/paver closure, with the exeption of --js-filter arg | 13:48 |
Merio | madrazr: I think basically the pavement.py should be ran with a --closure switch or something | 13:49 |
madrazr | Merio: Oh Ok | 13:49 |
madrazr | seeing the code | 13:49 |
Merio | madrazr: I need to know myself in few days :) It's just that was made I think in the last day of April Allhands and I've not used it much since then :P (need to go back to work on Melange NOW!!!! :))) | 13:50 |
madrazr | Merio: heh Ok | 13:50 |
madrazr | Merio: seems like that is the clue | 13:50 |
madrazr | Merio: will dig into it | 13:50 |
Merio | madrazr: oh wait Felix is online I may ask him as he's using it | 13:50 |
madrazr | Merio: Ok sure | 13:51 |
Merio | madrazr, saviet: is it needed for the appengine instance or something? Because you can make the app.yaml point to the js directory instead of js.min | 13:56 |
Merio | madrazr, saviet: because actually Felix is not doing the minimization currently | 13:56 |
madrazr | Merio: ouch | 13:57 |
madrazr | there you go! | 13:57 |
madrazr | Merio: that is exactly what that did not flash to me, app,yaml! | 13:57 |
madrazr | saviet: ^ | 13:57 |
saviet | saviet: so I dont need minimization? | 13:57 |
madrazr | saviet: for now | 13:57 |
madrazr | saviet: for now see how app.yaml.template is | 13:58 |
madrazr | - url: /soc/content | 13:58 |
madrazr | static_dir: soc/content | 13:58 |
madrazr | expiration: 1d | 13:58 |
madrazr | saviet: ^ | 13:58 |
madrazr | create a similar thing for your js directory too | 13:58 |
Merio | should be this one | 13:58 |
Merio | - url: /soc/content/js | 13:58 |
Merio | static_dir: soc/content/js.min | 13:58 |
Merio | expiration: 1d | 13:58 |
Merio | http://code.google.com/p/soc/source/browse/app/app.yaml.template#35 | 13:58 |
madrazr | yeah | 13:58 |
tpb | <http://ln-s.net/7JhF> (at code.google.com) | 13:58 |
Merio | change static_dir to soc/content/js | 13:58 |
saviet | saviet: ok, will see that | 13:58 |
madrazr | saviet: after adding your section to app.yaml.template regenerate app.yaml | 13:59 |
madrazr | using the script as shown in Getting Started wiki | 13:59 |
Merio | saviet be careful, talking to yourself can lead to endless loops :P | 13:59 |
saviet | madrazr,Merio: ok | 13:59 |
madrazr | Merio: ha ha, nice one ;-) | 13:59 |
Merio | ;) | 13:59 |
saviet | madrazr,Merio: hehe, yup im getting confused :) | 13:59 |
Merio | saviet: just kidding ^_^ | 13:59 |
madrazr | Merio: recursion without a termination eh? ;-) | 14:00 |
Merio | madrazr: yup :D | 14:00 |
madrazr | Merio: heh | 14:00 |
saviet | madrazr,Merio: thanks for the help :) | 14:00 |
madrazr | saviet: also don't forget to put a comment with TODO for your section indicating it must be merged with js.min once the JS file is minimized | 14:00 |
saviet | madrazr: ok | 14:01 |
Merio | saviet: you're welcome :) | 14:02 |
saviet | Merio: :) | 14:02 |
*** dr__house has joined #melange | 14:49 | |
*** madrazr has quit IRC | 15:02 | |
*** madrazr has joined #melange | 15:03 | |
*** ChanServ sets mode: +v madrazr | 15:03 | |
*** madrazr has quit IRC | 15:05 | |
*** madrazr has joined #melange | 15:09 | |
*** ChanServ sets mode: +v madrazr | 15:09 | |
*** madrazr has quit IRC | 15:23 | |
*** dirigeant has quit IRC | 16:21 | |
*** Merio has quit IRC | 16:26 | |
*** saviet has left #melange | 16:26 | |
*** MatthewWilkes has quit IRC | 16:26 | |
*** madrazr has joined #melange | 16:56 | |
*** ChanServ sets mode: +v madrazr | 16:56 | |
madrazr | SRabbelier: ping | 16:58 |
*** madrazr has quit IRC | 17:55 | |
*** dhaun has joined #melange | 18:17 | |
*** madrazr has joined #melange | 18:17 | |
*** ChanServ sets mode: +v madrazr | 18:17 | |
*** MatthewWilkes has joined #melange | 18:34 | |
*** madrazr has quit IRC | 19:00 | |
*** dr__house has quit IRC | 19:00 | |
*** dirigeant has joined #melange | 19:01 | |
*** scorche` is now known as scorche | 19:38 | |
*** Mek has quit IRC | 19:44 | |
*** Mek has joined #melange | 19:45 | |
*** dhaun has quit IRC | 21:33 | |
*** dirigeant has quit IRC | 22:39 | |
*** MatthewWilkes has quit IRC | 23:01 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!