]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
removing warning readme from source lang files
authorTim Wood <washwithcare@gmail.com>
Mon, 19 Aug 2013 22:15:12 +0000 (15:15 -0700)
committerTim Wood <washwithcare@gmail.com>
Mon, 19 Aug 2013 22:15:12 +0000 (15:15 -0700)
lang/readme.md [deleted file]

diff --git a/lang/readme.md b/lang/readme.md
deleted file mode 100644 (file)
index f8c0f61..0000000
+++ /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`.