From: Tim Wood Date: Mon, 19 Aug 2013 22:15:12 +0000 (-0700) Subject: removing warning readme from source lang files X-Git-Tag: 2.2.0~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7fd639e130b4d929ec22b670e1024034819f31;p=thirdparty%2Fmoment.git removing warning readme from source lang files --- diff --git a/lang/readme.md b/lang/readme.md deleted file mode 100644 index f8c0f6125..000000000 --- a/lang/readme.md +++ /dev/null @@ -1,5 +0,0 @@ -# Using language files in the browser - -The files in this directory are optimized for use with Node.js, hence the `require('../moment')` calls at the beginning of each file. - -If you are looking to use these files in the browser, the minified version of these files in `/min/lang/` are a better fit. We do some trickery to make each language file work with or without requirejs. If you are interested in the details, check out `/tasks/minify-lang.js`.