Build JS assets with rollup instead of grunt.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2021-02-24 13:19:33 +01:00
parent b6a368040c
commit 621468b27f
30 changed files with 2395 additions and 1358 deletions

1
src/main-app.js Normal file
View file

@ -0,0 +1 @@
import "./uhr"

2
src/main-base.js Normal file
View file

@ -0,0 +1,2 @@
import "./uhr"
import "./uhr-de_CH"

9
src/main-baselangs.js Normal file
View 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
View 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
View 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
View file

@ -0,0 +1,4 @@
import "jquery"
//import {widget} from "jquery-ui"
import "jquery-ui"
import "jquery.cookie"

View file

@ -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));