Skip to content

Commit 6169279

Browse files
committed
minor #857 Updating Yarn dependencies, making build process work again (bobdenotter)
This PR was merged into the master branch. Discussion ---------- Updating Yarn dependencies, making build process work again Some housekeeping on the Yarn / Encore build process: - Updated `symfony/encore` to `0.20.1` from `0.9.1` - Update a few other deps - Build process is now working again - Changed file naming strategy Note: I replaced this ``` .enableVersioning(false) ``` with this: ``` .configureFilenames({ js: '[name].js', images: 'images/[name].[ext]', fonts: 'fonts/[name].[ext]' }) ``` I did this to keep the delta minimal. Since symfony/webpack-encore#110 `.enableVersioning(false)` is not doing what it says (for understandable reasons), but in this case I chose to keep the filenames without a versioning hash. If you think we should introduce filenames with version hashes instead, i'll happily update this PR. Commits ------- 44d7267 Updating Yarn dependencies, making build process work again
2 parents c8ba26c + 44d7267 commit 6169279

37 files changed

+2173
-2099
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"devDependencies": {
3-
"@symfony/webpack-encore": "^0.9.1",
4-
"bloodhound-js": "^1.2.1",
3+
"@symfony/webpack-encore": "^0.20.1",
4+
"bloodhound-js": "^1.2.3",
55
"bootstrap-sass": "^3.3.7",
66
"bootstrap-tagsinput": "^0.7.1",
77
"bootswatch": "^3.3.7",
88
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
99
"font-awesome": "^4.7.0",
1010
"highlight.js": "^9.12.0",
11-
"imports-loader": "^0.7.1",
12-
"jquery": "^3.2.1",
11+
"imports-loader": "^0.8.0",
12+
"jquery": "^3.3.1",
1313
"lato-font": "^3.0.0",
14-
"node-sass": "^4.5.3",
15-
"sass-loader": "^6.0.5",
14+
"node-sass": "^4.9.3",
15+
"sass-loader": "^7.1.0",
1616
"typeahead.js": "^0.11.1"
1717
},
1818
"scripts": {
File renamed without changes.

public/build/css/app.644c8031.css

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/css/app.css

Lines changed: 0 additions & 16 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)