Skip to content

Commit 1429737

Browse files
committed
tech(typescript): added not about typescript to changelog
1 parent 286b4c0 commit 1429737

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ require an update to custom data sources for them to work in 2.2. [Read this doc
4141
data source api change.
4242
- The duplicate query function used in data source editors is changed, and moveMetricQuery function was renamed
4343

44+
**Tech (Note for devs)**
45+
Started using Typescript (transpiled to ES5), uncompiled typescript files and less files are in public folder (in source tree)
46+
This folder is never modified by build steps. Compiled css and javascript files are put in public_gen, all other files
47+
that do not undergo transformation are just copied from public to public_gen, it is public_gen that is used by grafana-server
48+
if it is found.
49+
50+
Grunt & Watch tasks:
51+
- `grunt` : default task, will remove public_gen, copy over all files from public, do less & typescript compilation
52+
- `grunt watch`: will watch for changes to less, and typescript files and compile them to public_gen, and for other files it will just copy them to public_gen
53+
54+
4455
2.1.3 (2015-08-24)
4556

4657
**Fixes**

0 commit comments

Comments
 (0)