Skip to content

Commit

Permalink
adding note on minified language files
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed Jul 7, 2013
1 parent ecd0a50 commit 7c3b9a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lang/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 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`.

0 comments on commit 7c3b9a6

Please sign in to comment.