@@ -97,8 +97,8 @@ describe('Functional tests using webpack', function() {
97
97
'main.js' ,
98
98
'font.css' ,
99
99
'bg.css' ,
100
- 'fonts/Roboto.9896f773 .woff2' ,
101
- 'images/symfony_logo.ea1ca6f7 .png' ,
100
+ 'fonts/Roboto.e1dcc0db .woff2' ,
101
+ 'images/symfony_logo.91beba37 .png' ,
102
102
'manifest.json' ,
103
103
'entrypoints.json'
104
104
] ) ;
@@ -123,11 +123,11 @@ describe('Functional tests using webpack', function() {
123
123
) ;
124
124
webpackAssert . assertManifestPath (
125
125
'build/fonts/Roboto.woff2' ,
126
- '/build/fonts/Roboto.9896f773 .woff2'
126
+ '/build/fonts/Roboto.e1dcc0db .woff2'
127
127
) ;
128
128
webpackAssert . assertManifestPath (
129
129
'build/images/symfony_logo.png' ,
130
- '/build/images/symfony_logo.ea1ca6f7 .png'
130
+ '/build/images/symfony_logo.91beba37 .png'
131
131
) ;
132
132
133
133
webpackAssert . assertOutputJsonFileMatches ( 'entrypoints.json' , {
@@ -217,11 +217,11 @@ describe('Functional tests using webpack', function() {
217
217
218
218
webpackAssert . assertOutputFileContains (
219
219
'bg.css' ,
220
- 'http://localhost:8090/assets/images/symfony_logo.ea1ca6f7 .png'
220
+ 'http://localhost:8090/assets/images/symfony_logo.91beba37 .png'
221
221
) ;
222
222
webpackAssert . assertOutputFileContains (
223
223
'font.css' ,
224
- 'http://localhost:8090/assets/fonts/Roboto.9896f773 .woff2'
224
+ 'http://localhost:8090/assets/fonts/Roboto.e1dcc0db .woff2'
225
225
) ;
226
226
// manifest file has CDN in value
227
227
webpackAssert . assertManifestPath (
@@ -272,7 +272,7 @@ describe('Functional tests using webpack', function() {
272
272
273
273
webpackAssert . assertOutputFileContains (
274
274
'bg.css' ,
275
- 'http://localhost:8090/assets/images/symfony_logo.ea1ca6f7 .png'
275
+ 'http://localhost:8090/assets/images/symfony_logo.91beba37 .png'
276
276
) ;
277
277
// manifest file has CDN in value
278
278
webpackAssert . assertManifestPath (
@@ -509,7 +509,7 @@ describe('Functional tests using webpack', function() {
509
509
'0.8ec31654.css' ,
510
510
'main.4a5effdb.js' ,
511
511
'h1.8ec31654.css' ,
512
- 'bg.0ec2735b .css' ,
512
+ 'bg.d06c66d9 .css' ,
513
513
'manifest.json' ,
514
514
'entrypoints.json' ,
515
515
'runtime.0f36ae93.js' ,
@@ -518,12 +518,12 @@ describe('Functional tests using webpack', function() {
518
518
519
519
expect ( path . join ( config . outputPath , 'images' ) ) . to . be . a . directory ( )
520
520
. with . files ( [
521
- 'symfony_logo.ea1ca6f7 .png'
521
+ 'symfony_logo.91beba37 .png'
522
522
] ) ;
523
523
524
524
webpackAssert . assertOutputFileContains (
525
- 'bg.0ec2735b .css' ,
526
- '/build/images/symfony_logo.ea1ca6f7 .png'
525
+ 'bg.d06c66d9 .css' ,
526
+ '/build/images/symfony_logo.91beba37 .png'
527
527
) ;
528
528
529
529
done ( ) ;
@@ -552,22 +552,22 @@ describe('Functional tests using webpack', function() {
552
552
553
553
expect ( path . join ( config . outputPath , 'images' ) ) . to . be . a . directory ( )
554
554
. with . files ( [
555
- 'symfony_logo.ea1ca6f7 .png'
555
+ 'symfony_logo.91beba37 .png'
556
556
] ) ;
557
557
558
558
expect ( path . join ( config . outputPath , 'fonts' ) ) . to . be . a . directory ( )
559
559
. with . files ( [
560
- 'Roboto.9896f773 .woff2'
560
+ 'Roboto.e1dcc0db .woff2'
561
561
] ) ;
562
562
563
563
webpackAssert . assertOutputFileContains (
564
564
'bg.css' ,
565
- '/build/images/symfony_logo.ea1ca6f7 .png'
565
+ '/build/images/symfony_logo.91beba37 .png'
566
566
) ;
567
567
568
568
webpackAssert . assertOutputFileContains (
569
569
'font.css' ,
570
- '/build/fonts/Roboto.9896f773 .woff2'
570
+ '/build/fonts/Roboto.e1dcc0db .woff2'
571
571
) ;
572
572
573
573
done ( ) ;
@@ -591,34 +591,34 @@ describe('Functional tests using webpack', function() {
591
591
592
592
expect ( path . join ( config . outputPath , 'images' ) ) . to . be . a . directory ( )
593
593
. with . files ( [
594
- 'symfony_logo.ea1ca6f7 .png' ,
595
- 'symfony_logo.f27119c2 .png'
594
+ 'symfony_logo.91beba37 .png' ,
595
+ 'symfony_logo.f880ba14 .png'
596
596
] ) ;
597
597
598
598
expect ( path . join ( config . outputPath , 'fonts' ) ) . to . be . a . directory ( )
599
599
. with . files ( [
600
- 'Roboto.9896f773 .woff2' ,
601
- 'Roboto.3c37aa69 .woff2'
600
+ 'Roboto.e1dcc0db .woff2' ,
601
+ 'Roboto.2779fd7b .woff2'
602
602
] ) ;
603
603
604
604
webpackAssert . assertOutputFileContains (
605
605
'styles.css' ,
606
- '/build/images/symfony_logo.ea1ca6f7 .png'
606
+ '/build/images/symfony_logo.91beba37 .png'
607
607
) ;
608
608
609
609
webpackAssert . assertOutputFileContains (
610
610
'styles.css' ,
611
- '/build/images/symfony_logo.f27119c2 .png'
611
+ '/build/images/symfony_logo.f880ba14 .png'
612
612
) ;
613
613
614
614
webpackAssert . assertOutputFileContains (
615
615
'styles.css' ,
616
- '/build/fonts/Roboto.9896f773 .woff2'
616
+ '/build/fonts/Roboto.e1dcc0db .woff2'
617
617
) ;
618
618
619
619
webpackAssert . assertOutputFileContains (
620
620
'styles.css' ,
621
- '/build/fonts/Roboto.3c37aa69 .woff2'
621
+ '/build/fonts/Roboto.2779fd7b .woff2'
622
622
) ;
623
623
624
624
done ( ) ;
@@ -1641,7 +1641,7 @@ module.exports = {
1641
1641
expect ( config . outputPath ) . to . be . a . directory ( ) . with . deep . files ( [
1642
1642
'main.js' ,
1643
1643
'main.css' ,
1644
- 'images/logo.82b9c7a5 .png' ,
1644
+ 'images/logo.26bd867d .png' ,
1645
1645
'manifest.json' ,
1646
1646
'entrypoints.json' ,
1647
1647
'runtime.js' ,
@@ -1706,7 +1706,7 @@ module.exports = {
1706
1706
expect ( config . outputPath ) . to . be . a . directory ( ) . with . deep . files ( [
1707
1707
'main.js' ,
1708
1708
'main.css' ,
1709
- 'images/logo.82b9c7a5 .png' ,
1709
+ 'images/logo.26bd867d .png' ,
1710
1710
'manifest.json' ,
1711
1711
'entrypoints.json' ,
1712
1712
'runtime.js' ,
@@ -1866,7 +1866,7 @@ module.exports = {
1866
1866
expect ( config . outputPath ) . to . be . a . directory ( ) . with . deep . files ( [
1867
1867
'main.js' ,
1868
1868
'main.css' ,
1869
- 'images/logo.82b9c7a5 .png' ,
1869
+ 'images/logo.26bd867d .png' ,
1870
1870
'manifest.json' ,
1871
1871
'entrypoints.json' ,
1872
1872
'runtime.js' ,
@@ -2212,13 +2212,13 @@ module.exports = {
2212
2212
2213
2213
expect ( path . join ( config . outputPath , 'images' ) ) . to . be . a . directory ( )
2214
2214
. with . files ( [
2215
- 'symfony_logo.ea1ca6f7 .png' ,
2216
- 'symfony_logo_alt.f27119c2 .png' ,
2215
+ 'symfony_logo.91beba37 .png' ,
2216
+ 'symfony_logo_alt.f880ba14 .png' ,
2217
2217
] ) ;
2218
2218
2219
2219
expect ( path . join ( config . outputPath , 'images' , 'same_filename' ) ) . to . be . a . directory ( )
2220
2220
. with . files ( [
2221
- 'symfony_logo.f27119c2 .png' ,
2221
+ 'symfony_logo.f880ba14 .png' ,
2222
2222
] ) ;
2223
2223
2224
2224
webpackAssert . assertManifestPath (
@@ -2228,17 +2228,17 @@ module.exports = {
2228
2228
2229
2229
webpackAssert . assertManifestPath (
2230
2230
'build/images/symfony_logo.png' ,
2231
- '/build/images/symfony_logo.ea1ca6f7 .png'
2231
+ '/build/images/symfony_logo.91beba37 .png'
2232
2232
) ;
2233
2233
2234
2234
webpackAssert . assertManifestPath (
2235
2235
'build/images/symfony_logo_alt.png' ,
2236
- '/build/images/symfony_logo_alt.f27119c2 .png'
2236
+ '/build/images/symfony_logo_alt.f880ba14 .png'
2237
2237
) ;
2238
2238
2239
2239
webpackAssert . assertManifestPath (
2240
2240
'build/images/same_filename/symfony_logo.png' ,
2241
- '/build/images/same_filename/symfony_logo.f27119c2 .png'
2241
+ '/build/images/same_filename/symfony_logo.f880ba14 .png'
2242
2242
) ;
2243
2243
2244
2244
done ( ) ;
@@ -2305,8 +2305,8 @@ module.exports = {
2305
2305
'runtime.e9dea5e6.js' ,
2306
2306
'main.00415522.js' ,
2307
2307
'manifest.json' ,
2308
- 'symfony_logo.ea1ca6f7 .png' ,
2309
- 'symfony_logo_alt.f27119c2 .png' ,
2308
+ 'symfony_logo.91beba37 .png' ,
2309
+ 'symfony_logo_alt.f880ba14 .png' ,
2310
2310
] ) ;
2311
2311
2312
2312
webpackAssert . assertManifestPath (
@@ -2322,12 +2322,12 @@ module.exports = {
2322
2322
2323
2323
webpackAssert . assertManifestPath (
2324
2324
'build/symfony_logo.png' ,
2325
- '/build/symfony_logo.ea1ca6f7 .png'
2325
+ '/build/symfony_logo.91beba37 .png'
2326
2326
) ;
2327
2327
2328
2328
webpackAssert . assertManifestPath (
2329
2329
'build/symfony_logo_alt.png' ,
2330
- '/build/symfony_logo_alt.f27119c2 .png'
2330
+ '/build/symfony_logo_alt.f880ba14 .png'
2331
2331
) ;
2332
2332
2333
2333
webpackAssert . assertManifestPath (
@@ -2398,13 +2398,13 @@ module.exports = {
2398
2398
2399
2399
expect ( path . join ( config . outputPath , 'images' ) ) . to . be . a . directory ( )
2400
2400
. with . files ( [
2401
- 'symfony_logo.ea1ca6f7 .png' ,
2402
- 'symfony_logo_alt.f27119c2 .png' ,
2401
+ 'symfony_logo.91beba37 .png' ,
2402
+ 'symfony_logo_alt.f880ba14 .png' ,
2403
2403
] ) ;
2404
2404
2405
2405
expect ( path . join ( config . outputPath , 'images' , 'same_filename' ) ) . to . be . a . directory ( )
2406
2406
. with . files ( [
2407
- 'symfony_logo.f27119c2 .png' ,
2407
+ 'symfony_logo.f880ba14 .png' ,
2408
2408
] ) ;
2409
2409
2410
2410
webpackAssert . assertManifestPath (
@@ -2414,17 +2414,17 @@ module.exports = {
2414
2414
2415
2415
webpackAssert . assertManifestPath (
2416
2416
'build/images/symfony_logo.png' ,
2417
- '/build/images/symfony_logo.ea1ca6f7 .png'
2417
+ '/build/images/symfony_logo.91beba37 .png'
2418
2418
) ;
2419
2419
2420
2420
webpackAssert . assertManifestPath (
2421
2421
'build/images/symfony_logo_alt.png' ,
2422
- '/build/images/symfony_logo_alt.f27119c2 .png'
2422
+ '/build/images/symfony_logo_alt.f880ba14 .png'
2423
2423
) ;
2424
2424
2425
2425
webpackAssert . assertManifestPath (
2426
2426
'build/images/same_filename/symfony_logo.png' ,
2427
- '/build/images/same_filename/symfony_logo.f27119c2 .png'
2427
+ '/build/images/same_filename/symfony_logo.f880ba14 .png'
2428
2428
) ;
2429
2429
2430
2430
done ( ) ;
@@ -2508,8 +2508,8 @@ module.exports = {
2508
2508
'manifest.json' ,
2509
2509
2510
2510
// 1st rule
2511
- 'foo-40095734b7c5293c04603aa78333c23e .css' ,
2512
- 'foo-40095734b7c5293c04603aa78333c23e .js' ,
2511
+ 'foo-5d76c098640df1edecc7ca66ee62b1ea .css' ,
2512
+ 'foo-5d76c098640df1edecc7ca66ee62b1ea .js' ,
2513
2513
2514
2514
// 2nd rule
2515
2515
'foo.json' ,
@@ -2963,7 +2963,7 @@ module.exports = {
2963
2963
'/build/runtime.js' : 'sha384-GhoJXFTd5hHxARTOCT3RTrcOdggU7hmL/esw02KNiVIWsdumxg20TRjgdzXBMGfE' ,
2964
2964
'/build/main.js' : 'sha384-TnYCkFJqLSzDkhJOQRhe1JPC6MhfAurWWjEqNVNa0YK8N4a89mMsaAHFOP+8u3Oq' ,
2965
2965
'/build/main~other.js' : 'sha384-XFgE9lNhD68TAYS7RjTCP7aXyjUxWftiNFMNxG7izJZ3urzp/7u1Tn4DMARxCLIw' ,
2966
- '/build/main~other.css' : 'sha384-hfZmq9+2oI5Cst4/F4YyS2tJAAYdGz7vqSMP8cJoa8bVOr2kxNRLxSw6P8UZjwUn ' ,
2966
+ '/build/main~other.css' : 'sha384-CwxeOsagC0TZKZIMFU7gd1fQG1nbF7wHg/uLJSsU/5Soa9JwEOZcAzAFMmctn6kX ' ,
2967
2967
'/build/other.js' : 'sha384-xZXDGUPL+RIK36nvmtEbJleQy9BCgG89MXkrYTNcbpDcZs4C1VbWAFMFehc8Mmnw' ,
2968
2968
2969
2969
// vendors~main~other.js's hash is not tested since its
@@ -2996,7 +2996,7 @@ module.exports = {
2996
2996
'http://localhost:8090/assets/runtime.js' : 'sha256-qW5QarAS9yWb4YTF5gVKNF24g4p5GayDErYme10iu7A=' ,
2997
2997
'http://localhost:8090/assets/main.js' : 'sha256-GCcvESjPed0klG3VxS0DLeRZ0UNJl/Ln210ldsAz9U4=' ,
2998
2998
'http://localhost:8090/assets/main~other.js' : 'sha256-iNXyEC346lU4Z8e4pxtatvElwLSJu/in5Mpg+EsIrwA=' ,
2999
- 'http://localhost:8090/assets/main~other.css' : 'sha256-KVo9sI0v6MnbxPg/xZMSn2XE7qIChWiDh1uED1tP5Fo =' ,
2999
+ 'http://localhost:8090/assets/main~other.css' : 'sha256-GyGOCV1nJYunb8s/DT5wICbruabZcqzDFJRnXIlZ9I4 =' ,
3000
3000
'http://localhost:8090/assets/other.js' : 'sha256-O2agOBc6WzelNGpE0dg3k6X1jtEVTRq9ogik4UAlBjg=' ,
3001
3001
3002
3002
// vendors~main~other.js's hash is not tested since its
@@ -3028,7 +3028,7 @@ module.exports = {
3028
3028
'/build/runtime.js' : 'sha256-wxWX1GOm4edacCjvQsqZ1hG9tls4ZtuUOGQ8goGNg54= sha512-eiQrrAyaBpUlypIGVURWONjsAW8sImJllkwQ6NSDK6tIVNy/lInthruFT30x/OGRfHa4aYEaOHriEjisoxcw1Q==' ,
3029
3029
'/build/main.js' : 'sha256-GCcvESjPed0klG3VxS0DLeRZ0UNJl/Ln210ldsAz9U4= sha512-dxwgdqyuVFpEn4D/xSTLDf524+OSdwBgAYwB6zRswaM4SszrrClIBK3FScktIU3CNWEqiHgjHPj2SnQTLAonGg==' ,
3030
3030
'/build/main~other.js' : 'sha256-iNXyEC346lU4Z8e4pxtatvElwLSJu/in5Mpg+EsIrwA= sha512-ay9A5f9PnQgqkt0obZY0UD+Bx0IVf13NijC74/Gek6Fl5JoOpHMXBlqWxZnMlnbP0/OCm1lgKRDitLd4vys87w==' ,
3031
- '/build/main~other.css' : 'sha256-6AltZJTjdVuLywCBE8qQevkscxazmWyh/19OL6cxkwY = sha512-zE1kAcqJ/jNnycEwELK7BfauEgRlK6cGrN+9urz4JI1K+s5BpglYFF9G0VOiSA7Kj3w46XX1WcjZ5w5QohBFEw ==' ,
3031
+ '/build/main~other.css' : 'sha256-bsTMZz4D7wBon35PnVm0dN51OH4EMq79NRecjZVoJ0A = sha512-kUbxtlmFlqBd+mB0P2HfsGoTZDGjdPz/BT9wc7l5fdSkML8CCNGg/ccrWXglUNIdgH10y92Jf8zIOHTRygXwxQ ==' ,
3032
3032
'/build/other.js' : 'sha256-O2agOBc6WzelNGpE0dg3k6X1jtEVTRq9ogik4UAlBjg= sha512-tXToyMmW0EuKUF667SlO7QJZFg8eE6fHSmZIk7G0qIo9oUhgMQzwWyc5UpzlHlTOoLaKWB+UNgjOb0x3t28PZg==' ,
3033
3033
3034
3034
// vendors~main~other.js's hash is not tested since its
0 commit comments