From c96602c26db28db1f96f0c7e302604335388abd2 Mon Sep 17 00:00:00 2001 From: Caridy Patino Date: Fri, 5 Sep 2014 19:03:37 -0400 Subject: [PATCH] updating docs and contribution steps --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82aaf1e3..a3780863 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,15 @@ To build files in `locale-data/` based on CLDR: grunt cldr + +Source Code +----------- + +All the source code is in `src/` folder, written as ES6 modules, and transpiled +using `es6-module-transpiler` into the `lib/` and `dist/` folders. + +The `dist/` is in git because of bower, make sure you commit those files as well. + Release checklist -----------------