Skip to content

Commit f2036d7

Browse files
committed
Updated to Webpack Encore 1.0
1 parent b199d78 commit f2036d7

File tree

11 files changed

+1499
-2270
lines changed

11 files changed

+1499
-2270
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
###< symfony/phpunit-bridge ###
1919
###> symfony/webpack-encore-bundle ###
2020
/node_modules/
21-
/public/build/
2221
npm-debug.log
2322
yarn-error.log
2423
###< symfony/webpack-encore-bundle ###

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"@fortawesome/fontawesome-free": "^5.8.1",
4-
"@symfony/webpack-encore": "^0.31.0",
4+
"@symfony/webpack-encore": "^1.0.0",
55
"bloodhound-js": "^1.2.3",
66
"bootstrap-sass": "^3.3.7",
77
"bootstrap-tagsinput": "^0.7.1",

public/build/498.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/755.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/755.js.LICENSE.txt

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*!
2+
* Sizzle CSS Selector Engine v2.3.5
3+
* https://sizzlejs.com/
4+
*
5+
* Copyright JS Foundation and other contributors
6+
* Released under the MIT license
7+
* https://js.foundation/
8+
*
9+
* Date: 2020-03-14
10+
*/
11+
12+
/*!
13+
* jQuery JavaScript Library v3.5.1
14+
* https://jquery.com/
15+
*
16+
* Includes Sizzle.js
17+
* https://sizzlejs.com/
18+
*
19+
* Copyright JS Foundation and other contributors
20+
* Released under the MIT license
21+
* https://jquery.org/license
22+
*
23+
* Date: 2020-05-04T22:49Z
24+
*/

public/build/898.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/898.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/919.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/919.js.LICENSE.txt

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* Bootstrap Datetime Picker v4.17.49
9+
* Copyright 2015-2020 Jonathan Peterson
10+
* Licensed under MIT (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE)
11+
*/
12+
13+
/*!
14+
* @overview es6-promise - a tiny implementation of Promises/A+.
15+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
16+
* @license Licensed under MIT license
17+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
18+
* @version 3.3.1
19+
*/
20+
21+
/*!
22+
* typeahead.js 0.11.1
23+
* https://github.com/twitter/typeahead.js
24+
* Copyright 2013-2015 Twitter, Inc. and other contributors; Licensed MIT
25+
*/
26+
27+
//! moment.js
28+
29+
//! moment.js locale configuration

public/build/95.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)