yui / shifter

New YUI build tool based on Gearjs, so let's shift some gears
http://yui.github.com/shifter/
Other
77 stars 58 forks source link

YUI3 Intl module and YRB format files #94

Open dmi3y opened 11 years ago

dmi3y commented 11 years ago

Hi everyone.

I am trying to use Intl module and documentation promised that shifter will understand the YRB(.pres) format. Just installed shifter from npm (default version) and it did not work. Am I missing something.

Thanks!

Satyam commented 11 years ago

Please avoid duplicating the question or, if you do, provide the same information (you are not giving here as much information as in the other place) and/or put a link to that place.

http://stackoverflow.com/questions/18262898/yui-shifter-builder-for-language-i18n-from-yrb-pres

dmi3y commented 11 years ago

Thank you for answer, I will sync questions with stackoverflow for sure. Basically this one is newer, I was able to create lang modules from a la json but had error with YRBs. Will make more exploration tomorrow and complete both questions.

dmi3y commented 11 years ago

Okay after a just first debug run it turns out that shifter seems expecting only files in js/json format going to fork and make it understand YRB(.pres) as well, if it will be properly done will make pull request. Bit surprised about derivation into documentation and real code, or possibly lack of documentation... Still exploring.

tirana commented 11 years ago

unfortunately, only .js lang files (yet with json format) are expected.

dmi3y commented 11 years ago

Hi Tirana, thanks, so I could go on with my modifications with calm head :)