Remove font-awesome

This commit is contained in:
Oliver Davies 2019-03-14 14:58:08 +00:00
parent 8c4b8e1c23
commit 775290d239
3 changed files with 0 additions and 7 deletions

View file

@ -9,7 +9,6 @@
}, },
"devDependencies": { "devDependencies": {
"cross-env": "^5.1.5", "cross-env": "^5.1.5",
"font-awesome": "^4.7.0",
"highlightjs": "^9.10.0", "highlightjs": "^9.10.0",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"laravel-mix": "^2.1.11", "laravel-mix": "^2.1.11",

View file

@ -11,7 +11,6 @@ mix.disableNotifications()
'node_modules/jquery/src/jquery.js', 'node_modules/jquery/src/jquery.js',
'assets/js/app.js', 'assets/js/app.js',
], 'source/dist/js/all.js') ], 'source/dist/js/all.js')
.copyDirectory('node_modules/font-awesome/fonts', 'source/dist/fonts')
.purgeCss({ .purgeCss({
globs: [ globs: [
path.join(__dirname, 'assets/js/**/*.{js,vue}'), path.join(__dirname, 'assets/js/**/*.{js,vue}'),

View file

@ -2646,11 +2646,6 @@ follow-redirects@^1.0.0:
dependencies: dependencies:
debug "=3.1.0" debug "=3.1.0"
font-awesome@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133"
integrity sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=
for-in@^0.1.3: for-in@^0.1.3:
version "0.1.8" version "0.1.8"
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"