Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit c96602c

Browse files
committed
updating docs and contribution steps
1 parent daa7244 commit c96602c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ To build files in `locale-data/` based on CLDR:
2020

2121
grunt cldr
2222

23+
24+
Source Code
25+
-----------
26+
27+
All the source code is in `src/` folder, written as ES6 modules, and transpiled
28+
using `es6-module-transpiler` into the `lib/` and `dist/` folders.
29+
30+
The `dist/` is in git because of bower, make sure you commit those files as well.
31+
2332
Release checklist
2433
-----------------
2534

0 commit comments

Comments
 (0)