Reorganize all build related files into a more or less sensible folder structure.
This commit is contained in:
parent
09b6658788
commit
a45d25ded6
46 changed files with 90 additions and 80 deletions
1
build-config/entrypoints/css-app.js
Normal file
1
build-config/entrypoints/css-app.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../../css/uhr.css';
|
1
build-config/entrypoints/css-black.js
Normal file
1
build-config/entrypoints/css-black.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../../css/uhr-black.css';
|
1
build-config/entrypoints/css-blue.js
Normal file
1
build-config/entrypoints/css-blue.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../../css/uhr-blue.css';
|
1
build-config/entrypoints/css-green.js
Normal file
1
build-config/entrypoints/css-green.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../../css/uhr-green.css';
|
1
build-config/entrypoints/css-pink.js
Normal file
1
build-config/entrypoints/css-pink.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../../css/uhr-pink.css';
|
1
build-config/entrypoints/css-red.js
Normal file
1
build-config/entrypoints/css-red.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../../css/uhr-red.css';
|
1
build-config/entrypoints/css-white.js
Normal file
1
build-config/entrypoints/css-white.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../../css/uhr-white.css';
|
1
build-config/entrypoints/css-yellow.js
Normal file
1
build-config/entrypoints/css-yellow.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../../css/uhr-yellow.css';
|
1
build-config/entrypoints/js-app.js
Normal file
1
build-config/entrypoints/js-app.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../../src/uhr';
|
2
build-config/entrypoints/js-base.js
Normal file
2
build-config/entrypoints/js-base.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
import '../../src/uhr';
|
||||
import '../../src/uhr-de_CH';
|
9
build-config/entrypoints/js-baselangs.js
Normal file
9
build-config/entrypoints/js-baselangs.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import '../../src/uhr-de';
|
||||
import '../../src/uhr-de_CH_genau';
|
||||
import '../../src/uhr-dk';
|
||||
import '../../src/uhr-en';
|
||||
import '../../src/uhr-es';
|
||||
import '../../src/uhr-fr';
|
||||
import '../../src/uhr-it';
|
||||
import '../../src/uhr-nl';
|
||||
import '../../src/uhr-pt';
|
11
build-config/entrypoints/js-complete.js
Normal file
11
build-config/entrypoints/js-complete.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import '../../src/uhr';
|
||||
import '../../src/uhr-de';
|
||||
import '../../src/uhr-de_CH';
|
||||
import '../../src/uhr-de_CH_genau';
|
||||
import '../../src/uhr-dk';
|
||||
import '../../src/uhr-en';
|
||||
import '../../src/uhr-es';
|
||||
import '../../src/uhr-fr';
|
||||
import '../../src/uhr-it';
|
||||
import '../../src/uhr-nl';
|
||||
import '../../src/uhr-pt';
|
10
build-config/entrypoints/js-langs.js
Normal file
10
build-config/entrypoints/js-langs.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import '../../src/uhr-de';
|
||||
import '../../src/uhr-de_CH';
|
||||
import '../../src/uhr-de_CH_genau';
|
||||
import '../../src/uhr-dk';
|
||||
import '../../src/uhr-en';
|
||||
import '../../src/uhr-es';
|
||||
import '../../src/uhr-fr';
|
||||
import '../../src/uhr-it';
|
||||
import '../../src/uhr-nl';
|
||||
import '../../src/uhr-pt';
|
3
build-config/entrypoints/js-libs.js
Normal file
3
build-config/entrypoints/js-libs.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import 'jquery';
|
||||
import 'jquery-ui';
|
||||
import 'jquery.cookie';
|
Loading…
Add table
Add a link
Reference in a new issue