Matthew Taylor
|
f52ac1f17f
|
Move intl loading into separate, overridden file
ht @rschamp, thanks!
|
2015-12-16 12:00:42 -05:00 |
|
Matthew Taylor
|
8c374e096d
|
Move custom loader to main.jsx
So that it's only done once.
|
2015-12-16 10:43:37 -05:00 |
|
Matthew Taylor
|
6ff652e788
|
Revert "Move custom-locales.js to static/js/lib "
This reverts commit 4f541b8831 .
|
2015-12-16 10:09:15 -05:00 |
|
Matthew Taylor
|
4f541b8831
|
Move custom-locales.js to static/js/lib
So it can be loaded ahead of time and cached. Also remove the json since it's being loaded outside of react now, and put it into the js file directly.
|
2015-12-16 08:32:25 -05:00 |
|
Matthew Taylor
|
08a91f8521
|
Add custom languages explicitly
|
2015-12-15 17:55:44 -05:00 |
|
Andrew Sliwinski
|
06de644ae6
|
Remove ./src/environment from Webpack config and bind environment to window. Resolves GH-199.
|
2015-11-03 10:49:32 -05:00 |
|
Matthew Taylor
|
7b704e878f
|
Give name to the exported module
|
2015-10-16 15:10:17 -04:00 |
|
Matthew Taylor
|
0577860f3a
|
Rename renderer to render
and make it a method that returns a component, rather than an object with a render method
|
2015-10-15 23:11:09 -04:00 |
|