mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Improve boot script
This commit is contained in:
parent
a655b94aba
commit
e3fa252cf2
17 changed files with 2595 additions and 125 deletions
12
dev/boot.jsx
Normal file
12
dev/boot.jsx
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
import window from 'window';
|
||||
|
||||
require('json2/json2.js');
|
||||
require('modernizr/modernizr-custom.js');
|
||||
require('Common/Booter.jsx');
|
||||
|
||||
import {$LAB} from 'labjs/LAB.src.js';
|
||||
import {progressJs} from 'progress.js/src/progress.js';
|
||||
|
||||
window.$LAB = $LAB;
|
||||
window.progressJs = progressJs;
|
||||
Loading…
Add table
Add a link
Reference in a new issue