8000 Implemented font-awesome in project · vs0uz4/l5vueka-laravel-vuejs@f083bbd · GitHub
[go: up one dir, main page]

Skip to content

Commit f083bbd

Browse files
committed
Implemented font-awesome in project
- changed gulpfile; - changed welcome view; - rebuilt assets with gulp.
1 parent c290eeb commit f083bbd

10 files changed

+5021
-1
lines changed

gulpfile.js

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ elixir((mix) => {
88
*/
99
mix.sass('app.scss');
1010

11+
mix.styles([
12+
'./node_modules/font-awesome/css/font-awesome.css'
13+
], 'public/css/vendor.css');
14+
15+
mix.copy('node_modules/font-awesome/fonts', 'public/fonts');
16+
1117
/**
1218
* Building Javascript files
1319
*/

0 commit comments

Comments
 (0)
0