BladeRunnerJS / brjs

BladeRunnerJS (BRJS) is an open source development toolkit and framework for modular construction of large single-page HTML5 apps. It consists of a set of conventions, supporting tools and micro-libraries that make it easy to develop, test, deploy and maintain complex JavaScript apps.
http://bladerunnerjs.org/
GNU Lesser General Public License v3.0
229 stars 36 forks source link

Fix the encoding of moment.js #1576

Open thecapdan opened 8 years ago

thecapdan commented 8 years ago

at some point this was checked in to our repo with the wrong encoding

vmus commented 8 years ago

Could someone please merge the momentjs-encoding branch?

thecapdan commented 8 years ago

sorry @vmus , I had to revert this change as it caused issues on windows with some of our downstream projects. once i have found a solution that works for all supported OSs I will release the fix

thecapdan commented 8 years ago

the following issue with js-test-driver prevents us from using momentjs with langs https://github.com/gabrielPeart/js-test-driver/issues/454. Our downstream projects should be moving over to karma which will allow us to move over to momentjs with langs