Build JS assets with rollup instead of grunt.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b6a368040c
commit
621468b27f
30 changed files with 2395 additions and 1358 deletions
1
src/main-app.js
Normal file
1
src/main-app.js
Normal file
|
@ -0,0 +1 @@
|
|||
import "./uhr"
|
2
src/main-base.js
Normal file
2
src/main-base.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
import "./uhr"
|
||||
import "./uhr-de_CH"
|
9
src/main-baselangs.js
Normal file
9
src/main-baselangs.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import "./uhr-de"
|
||||
import "./uhr-de_CH_genau"
|
||||
import "./uhr-dk"
|
||||
import "./uhr-en"
|
||||
import "./uhr-es"
|
||||
import "./uhr-fr"
|
||||
import "./uhr-it"
|
||||
import "./uhr-nl"
|
||||
import "./uhr-pt"
|
11
src/main-complete.js
Normal file
11
src/main-complete.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import "./uhr"
|
||||
import "./uhr-de"
|
||||
import "./uhr-de_CH"
|
||||
import "./uhr-de_CH_genau"
|
||||
import "./uhr-dk"
|
||||
import "./uhr-en"
|
||||
import "./uhr-es"
|
||||
import "./uhr-fr"
|
||||
import "./uhr-it"
|
||||
import "./uhr-nl"
|
||||
import "./uhr-pt"
|
10
src/main-langs.js
Normal file
10
src/main-langs.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import "./uhr-de"
|
||||
import "./uhr-de_CH"
|
||||
import "./uhr-de_CH_genau"
|
||||
import "./uhr-dk"
|
||||
import "./uhr-en"
|
||||
import "./uhr-es"
|
||||
import "./uhr-fr"
|
||||
import "./uhr-it"
|
||||
import "./uhr-nl"
|
||||
import "./uhr-pt"
|
4
src/main-libs.js
Normal file
4
src/main-libs.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import "jquery"
|
||||
//import {widget} from "jquery-ui"
|
||||
import "jquery-ui"
|
||||
import "jquery.cookie"
|
|
@ -1,7 +1,3 @@
|
|||
/*
|
||||
* Copyright (C) Schweizerische Bundesbahnen SBB, 2014.
|
||||
*/
|
||||
|
||||
/*
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -81,4 +77,4 @@
|
|||
}
|
||||
};
|
||||
$.fritteli.uhr.register('dk', layout);
|
||||
}(jQuery));
|
||||
}(jQuery));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue